|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.event.DialogAdapter
An adapter class that implements all methods of the
DialogListener
interface with empty methods.
DialogPanel
,
DialogEvent
,
DialogListener
,
Serialized FormConstructor Summary | |
DialogAdapter()
|
Method Summary | |
void |
dialogClosed(DialogEvent e)
An empty implementation of the required DialogListener |
void |
dialogClosing(DialogEvent e)
An empty implementation of the required DialogListener |
void |
dialogOpened(DialogEvent e)
An empty implementation of the required DialogListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DialogAdapter()
Method Detail |
public void dialogClosed(DialogEvent e)
DialogListener
method.
- Specified by:
dialogClosed
in interface DialogListener
- Parameters:
e
- A DialogEvent
event describing the action.- See Also:
DialogListener.dialogClosed(DialogEvent)
public void dialogClosing(DialogEvent e)
DialogListener
method.
- Specified by:
dialogClosing
in interface DialogListener
- Parameters:
e
- A DialogEvent
event describing the action.- See Also:
DialogListener.dialogClosing(DialogEvent)
public void dialogOpened(DialogEvent e)
DialogListener
method.
- Specified by:
dialogOpened
in interface DialogListener
- Parameters:
e
- A DialogEvent
event describing the action.- See Also:
DialogListener.dialogOpened(DialogEvent)
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |