rero.gui.script
Class SessionOperators

java.lang.Object
  extended by rero.gui.script.SessionOperators

public class SessionOperators
extends java.lang.Object


Field Summary
protected  IRCSession session
           
 
Constructor Summary
SessionOperators(IRCSession _session)
           
 
Method Summary
 boolean scriptLoaded(ScriptInstance script)
           
 boolean scriptUnloaded(ScriptInstance script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected IRCSession session
Constructor Detail

SessionOperators

public SessionOperators(IRCSession _session)
Method Detail

scriptLoaded

public boolean scriptLoaded(ScriptInstance script)

scriptUnloaded

public boolean scriptUnloaded(ScriptInstance script)