|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pivot.wtk.WindowStateListener.Adapter
public static class WindowStateListener.Adapter
Window state listener adapter.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.WindowStateListener |
|---|
WindowStateListener.Adapter |
| Constructor Summary | |
|---|---|
WindowStateListener.Adapter()
|
|
| Method Summary | |
|---|---|
Vote |
previewWindowClose(Window window)
Called to preview a window close event. |
Vote |
previewWindowOpen(Window window)
Called to preview a window open event. |
void |
windowClosed(Window window,
Display display,
Window owner)
Called when a window has closed. |
void |
windowCloseVetoed(Window window,
Vote reason)
Called when a window close event has been vetoed. |
void |
windowOpened(Window window)
Called when a window has opened. |
void |
windowOpenVetoed(Window window,
Vote reason)
Called when a window open event has been vetoed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowStateListener.Adapter()
| Method Detail |
|---|
public void windowOpened(Window window)
WindowStateListener
windowOpened in interface WindowStateListenerpublic Vote previewWindowClose(Window window)
WindowStateListener
previewWindowClose in interface WindowStateListenerpublic Vote previewWindowOpen(Window window)
WindowStateListener
previewWindowOpen in interface WindowStateListener
public void windowCloseVetoed(Window window,
Vote reason)
WindowStateListener
windowCloseVetoed in interface WindowStateListener
public void windowOpenVetoed(Window window,
Vote reason)
WindowStateListener
windowOpenVetoed in interface WindowStateListener
public void windowClosed(Window window,
Display display,
Window owner)
WindowStateListener
windowClosed in interface WindowStateListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||