Exemplo n.º 1
0
 public void HandleEventIndicator(Broker broker, IDecoder decoder, long sequence)
 {
     if (Console != null)
     {
         QMFEvent newEvent = new QMFEvent(this, decoder);
         Console.EventRecieved(broker, newEvent);
     }
 }
Exemplo n.º 2
0
		public void HandleEventIndicator(Broker broker, IDecoder decoder, long sequence) {
			if (Console != null) {
				QMFEvent newEvent = new QMFEvent(this, decoder) ;
				Console.EventRecieved(broker, newEvent) ;
			}			
		}		
Exemplo n.º 3
0
 public virtual void EventRecieved(Broker broker, QMFEvent anEvent)
 {
 }
Exemplo n.º 4
0
		public virtual void EventRecieved(Broker broker, QMFEvent anEvent) {}