public interface IcyFrameListener extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
icyFrameActivated(IcyFrameEvent e)
Invoked when the icyFrame is set to be the active icyFrame.
|
void |
icyFrameClosed(IcyFrameEvent e)
Invoked when an icyFrame has been closed as the result of calling dispose on the icyFrame.
|
void |
icyFrameClosing(IcyFrameEvent e)
Invoked when the user attempts to close the icyFrame from the icyFrame's system menu.
|
void |
icyFrameDeactivated(IcyFrameEvent e)
Invoked when an icyFrame is no longer the active Window.
|
void |
icyFrameDeiconified(IcyFrameEvent e)
Invoked when an icyFrame is changed from a minimized to a normal state.
|
void |
icyFrameExternalized(IcyFrameEvent e)
Invoked when an IcyFrame is changed to internalized to externalized state
|
void |
icyFrameIconified(IcyFrameEvent e)
Invoked when an icyFrame is changed from a normal to a minimized state.
|
void |
icyFrameInternalized(IcyFrameEvent e)
Invoked when an IcyFrame is changed to externalized to internalized state
|
void |
icyFrameOpened(IcyFrameEvent e)
Invoked the first time the icyFrame is made visible.
|
void icyFrameOpened(IcyFrameEvent e)
void icyFrameClosing(IcyFrameEvent e)
void icyFrameClosed(IcyFrameEvent e)
void icyFrameIconified(IcyFrameEvent e)
void icyFrameDeiconified(IcyFrameEvent e)
void icyFrameActivated(IcyFrameEvent e)
void icyFrameDeactivated(IcyFrameEvent e)
void icyFrameInternalized(IcyFrameEvent e)
void icyFrameExternalized(IcyFrameEvent e)