|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.glaivestone.mv.WindowEventAdaptor
Default event listener adapter for receiving winoow life cycle events. The default behavior is to do nothing.
This is a convenience class to simplify creating listeners for specific subsets of events in the window life cycle.
Constructor Summary | |
WindowEventAdaptor()
|
Method Summary | |
void |
confirmWindowClose(WindowEvent event)
Confirmation event that a window is about to be closed. |
void |
windowClosed(WindowEvent event)
Notification event that a window has been closed. |
void |
windowClosing(WindowEvent event)
Notification event that a window is about to be closed. |
void |
windowOpened(WindowEvent event)
Notification event that a window has been opened. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WindowEventAdaptor()
Method Detail |
public void confirmWindowClose(WindowEvent event) throws VetoException
confirmWindowClose
in interface WindowEventListener
VetoException
WindowEventListener.confirmWindowClose(com.glaivestone.mv.WindowEvent)
public void windowClosing(WindowEvent event)
windowClosing
in interface WindowEventListener
WindowEventListener.windowClosing(com.glaivestone.mv.WindowEvent)
public void windowClosed(WindowEvent event)
windowClosed
in interface WindowEventListener
WindowEventListener.windowClosed(com.glaivestone.mv.WindowEvent)
public void windowOpened(WindowEvent event)
windowOpened
in interface WindowEventListener
WindowEventListener.windowOpened(com.glaivestone.mv.WindowEvent)
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |