gov.sandia.ccaffeine.dc.distributed
Interface ShutdownListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ServerMux

public interface ShutdownListener
extends java.util.EventListener

ShutdownListeners can listen for shutdown events.


Method Summary
 void serverShuttingDown(ShutdownEvent event)
           
 

Method Detail

serverShuttingDown

void serverShuttingDown(ShutdownEvent event)