ch.aplu.util
Interface ExitListener

All Superinterfaces:
java.util.EventListener

public interface ExitListener
extends java.util.EventListener

The listener interface for processing the GPanel's or Console's close button event. The class that is interested in processing this event must implement this interface (and the method notifyExit()) and register itself by calling addExitListener()


Method Summary
 void notifyExit()
          Invoked when the close button in the title bar is pressed.
 

Method Detail

notifyExit

void notifyExit()
Invoked when the close button in the title bar is pressed.
(Normally the program terminates when the close button is hit.)