Package de.sciss.app
Interface AbstractWindow.Listener
-
- All Known Implementing Classes:
AbstractWindow.Adapter
- Enclosing interface:
- AbstractWindow
public static interface AbstractWindow.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwindowActivated(AbstractWindow.Event e)voidwindowClosed(AbstractWindow.Event e)voidwindowClosing(AbstractWindow.Event e)voidwindowDeactivated(AbstractWindow.Event e)voidwindowDeiconified(AbstractWindow.Event e)voidwindowIconified(AbstractWindow.Event e)voidwindowOpened(AbstractWindow.Event e)
-
-
-
Method Detail
-
windowOpened
void windowOpened(AbstractWindow.Event e)
-
windowClosing
void windowClosing(AbstractWindow.Event e)
-
windowClosed
void windowClosed(AbstractWindow.Event e)
-
windowIconified
void windowIconified(AbstractWindow.Event e)
-
windowDeiconified
void windowDeiconified(AbstractWindow.Event e)
-
windowActivated
void windowActivated(AbstractWindow.Event e)
-
windowDeactivated
void windowDeactivated(AbstractWindow.Event e)
-
-