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()