rero.bridges
Class BridgeKeeper

java.lang.Object
  extended byrero.bridges.BridgeKeeper

public class BridgeKeeper
extends Object


Field Summary
protected  Loadable[] scriptBridges
           
 
Constructor Summary
BridgeKeeper()
           
 
Method Summary
 void announceFramework(ChatFramework ircfw)
           
 Loadable[] getScriptBridges()
           
 void storeDataStructures(WeakHashMap centralDataRepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptBridges

protected Loadable[] scriptBridges
Constructor Detail

BridgeKeeper

public BridgeKeeper()
Method Detail

announceFramework

public void announceFramework(ChatFramework ircfw)

storeDataStructures

public void storeDataStructures(WeakHashMap centralDataRepository)

getScriptBridges

public Loadable[] getScriptBridges()