de.sciss.app
Interface AbstractWindow.Listener
- All Known Implementing Classes:
- AbstractWindow.Adapter
- Enclosing interface:
- AbstractWindow
public static interface AbstractWindow.Listener
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)