rero.gui.script
Class UIScriptBridge

java.lang.Object
  extended byrero.gui.script.UIScriptBridge

public class UIScriptBridge
extends Object


Field Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

UIScriptBridge

public UIScriptBridge(IRCSession _session)
Method Detail

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