public interface GUIListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
modalDialogClosed(EventObject e)
invoked if the frame holding modal access has been closed
|
void |
modalDialogOpened(EventObject e)
invoked if a frame that wants modal access is opened
|
void |
shutDown(EventObject e)
invoked if the user wants to abort the proving session
|
void modalDialogOpened(EventObject e)
void modalDialogClosed(EventObject e)
void shutDown(EventObject e)