rero.gui.script
public class UIScriptBridge extends Object
Field Summary | |
---|---|
protected WindowAreaClickListener | areaClickListener |
protected UIOperators | interfaceOps |
protected IRCSession | session |
protected SessionOperators | sessionOps |
protected WindowClickListener | windowClick |
protected WindowDataListener | windowData |
protected WindowClickListener | windowDoubleClick |
protected WindowInputListener | windowInput |
protected WindowManagementOperators | windowMgmt |
protected WindowOperators | windowOps |
protected WindowClickListener | windowSpecialClick |
protected WindowStateListener | windowState |
Constructor Summary | |
---|---|
UIScriptBridge(IRCSession _session) |
Method Summary | |
---|---|
void | windowCreated(StatusWindow window)
called to notify the scripting bridge that a window has been created, this is for listeners and such to get
registered |