private class GoalList.GoalListGUIListener extends Object implements GUIListener, Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
private |
GoalListGUIListener() |
Modifier and Type | Method and Description |
---|---|
void |
modalDialogClosed(EventObject e)
invoked if a frame that wants modal access is 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
|
private static final long serialVersionUID
public void modalDialogOpened(EventObject e)
modalDialogOpened
in interface GUIListener
public void modalDialogClosed(EventObject e)
modalDialogClosed
in interface GUIListener
public void shutDown(EventObject e)
GUIListener
shutDown
in interface GUIListener