OSMQ
v2.0.1

osmq.util
Interface ShutdownListener


public interface ShutdownListener

If a Threaded process detects a serious problem it will inform the Threaded's ShutdownListener if one has been registered. It does this by calling the listener's onShutdown() method.


Method Summary
 void onShutdown()
          Notify user of a shutdown.
 

Method Detail

onShutdown

public void onShutdown()
Notify user of a shutdown.


(c) 2000 - 2003 MQue Systems
All Rights Reserved