rero.gui.script
Class WindowStateListener
java.lang.Object
rero.gui.script.WindowStateListener
- All Implemented Interfaces:
- ClientWindowListener
- public class WindowStateListener
- extends Object
- implements ClientWindowListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gui
protected IRCSession gui
active
protected ScriptedWindowStateListener active
inactive
protected ScriptedWindowStateListener inactive
close
protected ScriptedWindowStateListener close
open
protected ScriptedWindowStateListener open
minimize
protected ScriptedWindowStateListener minimize
WindowStateListener
public WindowStateListener(IRCSession _gui)
registerListener
public void registerListener(EventBridge bridge)
onActive
public void onActive(ClientWindowEvent ev)
- Specified by:
onActive
in interface ClientWindowListener
onInactive
public void onInactive(ClientWindowEvent ev)
- Specified by:
onInactive
in interface ClientWindowListener
onClose
public void onClose(ClientWindowEvent ev)
- Specified by:
onClose
in interface ClientWindowListener
onOpen
public void onOpen(ClientWindowEvent ev)
- Specified by:
onOpen
in interface ClientWindowListener
onMinimize
public void onMinimize(ClientWindowEvent ev)
- Specified by:
onMinimize
in interface ClientWindowListener