com.servingxml.ioc.resources
Interface ConfigurationListener

All Known Implementing Classes:
MonitoredStore, SimpleStore

public interface ConfigurationListener

A listener interface for receiving load and shutdown events.


Method Summary
 void doShutDown()
           
 void doStartUp()
           
 

Method Detail

doStartUp

void doStartUp()

doShutDown

void doShutDown()