private class GoalList.GoalListGUIListener extends java.lang.Object implements GUIListener, java.io.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(java.util.EventObject e)
invoked if a frame that wants modal access is closed
|
void |
modalDialogOpened(java.util.EventObject e)
invoked if a frame that wants modal access is opened
|
void |
shutDown(java.util.EventObject e)
invoked if the user wants to abort the proving session
|
private static final long serialVersionUID
public void modalDialogOpened(java.util.EventObject e)
modalDialogOpened in interface GUIListenerpublic void modalDialogClosed(java.util.EventObject e)
modalDialogClosed in interface GUIListenerpublic void shutDown(java.util.EventObject e)
GUIListenershutDown in interface GUIListener