FileDocCategorySizeDatePackage
DispatcherListener.javaAPI DocExample1439Mon Jul 23 13:26:38 BST 2007org.apache.struts2.dispatcher

DispatcherListener

public interface DispatcherListener
A interface to tag those that want to execute code on the init and destory of a Dispatcher.

Fields Summary
Constructors Summary
Methods Summary
public voiddispatcherDestroyed(Dispatcher du)
Called when the dispatcher is destroyed

param
du The dispatcher instance

public voiddispatcherInitialized(Dispatcher du)
Called when the dispatcher is initialized

param
du The dispatcher instance