de.sciss.app
Interface AbstractWindow.Listener

All Known Implementing Classes:
AbstractWindow.Adapter
Enclosing interface:
AbstractWindow

public static interface AbstractWindow.Listener


Method Summary
 void windowActivated(AbstractWindow.Event e)
           
 void windowClosed(AbstractWindow.Event e)
           
 void windowClosing(AbstractWindow.Event e)
           
 void windowDeactivated(AbstractWindow.Event e)
           
 void windowDeiconified(AbstractWindow.Event e)
           
 void windowIconified(AbstractWindow.Event e)
           
 void windowOpened(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)