Package org.apache.struts2.dispatcher
Interface DispatcherListener
public interface DispatcherListener
A interface to tag those that want to execute code on the init and
 destory of a Dispatcher.
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when the dispatcher is destroyedvoidCalled when the dispatcher is initialized
- 
Method Details- 
dispatcherInitializedCalled when the dispatcher is initialized- Parameters:
- du- The dispatcher instance
 
- 
dispatcherDestroyedCalled when the dispatcher is destroyed- Parameters:
- du- The dispatcher instance
 
 
-