rero.gui.script
Class UIScriptBridge
java.lang.Object
rero.gui.script.UIScriptBridge
- public class UIScriptBridge
- extends Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
session
protected IRCSession session
windowState
protected WindowStateListener windowState
windowData
protected WindowDataListener windowData
windowClick
protected WindowClickListener windowClick
windowDoubleClick
protected WindowClickListener windowDoubleClick
windowSpecialClick
protected WindowClickListener windowSpecialClick
windowInput
protected WindowInputListener windowInput
sessionOps
protected SessionOperators sessionOps
windowOps
protected WindowOperators windowOps
windowMgmt
protected WindowManagementOperators windowMgmt
interfaceOps
protected UIOperators interfaceOps
UIScriptBridge
public UIScriptBridge(IRCSession _session)
windowCreated
public 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