public void OnNotify(PutNotifyEvent arg)
 {
     if (Notify != null)
     {
         Notify(this, arg);
     }
 }
Exemple #2
0
 internal void OnNotify(PutNotifyEvent arg)
 {
     if (Notify != null)
     {
         Notify(this, arg);
     }
 }
 void extra_Notify(object sender, PutNotifyEvent e)
 {
     PrintLn(e.BlkIdx.ToString());
     PrintLn(e.BlkSize.ToString());
     PrintLn(e.Ret.offset.ToString());
 }
 public void OnNotify(PutNotifyEvent arg)
 {
     if (Notify != null)
         Notify (this, arg);
 }
		internal void OnNotify (PutNotifyEvent arg)
		{
			if (Notify != null)
				Notify (this, arg);
		}