com.sun.ws.rest.spi.container
Interface ContainerListener

All Known Implementing Classes:
ServletContainer

public interface ContainerListener

A listener that is registered with a ContainerNotifier to get notified of container related events.


Method Summary
 void onReload()
          Called when reloading of the container is requested.
 

Method Detail

onReload

void onReload()
Called when reloading of the container is requested.