rero.gui.script
public class WindowStateListener extends Object implements ClientWindowListener
Field Summary | |
---|---|
protected ScriptedWindowStateListener | active |
protected ScriptedWindowStateListener | close |
protected IRCSession | gui |
protected ScriptedWindowStateListener | inactive |
protected ScriptedWindowStateListener | minimize |
protected ScriptedWindowStateListener | open |
Constructor Summary | |
---|---|
WindowStateListener(IRCSession _gui) |
Method Summary | |
---|---|
void | onActive(ClientWindowEvent ev) |
void | onClose(ClientWindowEvent ev) |
void | onInactive(ClientWindowEvent ev) |
void | onMinimize(ClientWindowEvent ev) |
void | onOpen(ClientWindowEvent ev) |
void | registerListener(EventBridge bridge) |