ccs.http
Interface PanelKillable


public interface PanelKillable

The interface implemented by any app which can be shut down by the ControlPanel.


Method Summary
 void shutdown()
          The application should terminate immediately.
 

Method Detail

shutdown

void shutdown()
The application should terminate immediately.