Task.Support.EnhancedListeners
Interface ExecutionDelegate<EventType,EnhancedListenerType>


public interface ExecutionDelegate<EventType,EnhancedListenerType>

ExecutionDelegate

Since:
Mar 11, 2008, 6:39:57 PM
Version:
1.0
Author:
Nazmul Idris

Method Summary
 void doFireEvent(EnhancedListenerType listener, EventType event)
          this is a call back method. in your implementation, actually perform the tasks that you need in order to fire the event on the listener.
 

Method Detail

doFireEvent

void doFireEvent(EnhancedListenerType listener,
                 EventType event)
this is a call back method. in your implementation, actually perform the tasks that you need in order to fire the event on the listener.



Copyright © 2011. All Rights Reserved.