DispatcherListenerpublic interface DispatcherListener A interface to tag those that want to execute code on the init and
destory of a Dispatcher. |
Methods Summary |
---|
public void | dispatcherDestroyed(Dispatcher du)Called when the dispatcher is destroyed
| public void | dispatcherInitialized(Dispatcher du)Called when the dispatcher is initialized
|
|