public class WeakIcyFrameListener extends WeakListener<IcyFrameListener> implements IcyFrameListener
Constructor and Description |
---|
WeakIcyFrameListener(IcyFrameListener listener) |
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 |
removeListener(java.lang.Object source) |
getListener, getListener
public WeakIcyFrameListener(IcyFrameListener listener)
public void removeListener(java.lang.Object source)
removeListener
in class WeakListener<IcyFrameListener>
public void icyFrameOpened(IcyFrameEvent e)
IcyFrameListener
icyFrameOpened
in interface IcyFrameListener
public void icyFrameClosing(IcyFrameEvent e)
IcyFrameListener
icyFrameClosing
in interface IcyFrameListener
public void icyFrameClosed(IcyFrameEvent e)
IcyFrameListener
icyFrameClosed
in interface IcyFrameListener
public void icyFrameIconified(IcyFrameEvent e)
IcyFrameListener
icyFrameIconified
in interface IcyFrameListener
public void icyFrameDeiconified(IcyFrameEvent e)
IcyFrameListener
icyFrameDeiconified
in interface IcyFrameListener
public void icyFrameActivated(IcyFrameEvent e)
IcyFrameListener
icyFrameActivated
in interface IcyFrameListener
public void icyFrameDeactivated(IcyFrameEvent e)
IcyFrameListener
icyFrameDeactivated
in interface IcyFrameListener
public void icyFrameInternalized(IcyFrameEvent e)
IcyFrameListener
icyFrameInternalized
in interface IcyFrameListener
public void icyFrameExternalized(IcyFrameEvent e)
IcyFrameListener
icyFrameExternalized
in interface IcyFrameListener