rero.bridges.bind
Class BindEnvironment
java.lang.Object
rero.bridges.alias.AliasEnvironment
rero.bridges.bind.BindEnvironment
public class BindEnvironment
- extends AliasEnvironment
kind of dirty, implementation of sets just piggy backs off of the implementation of aliases.
API's are different, however the data structures are the same and the unloading code can be shared this way.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindEnvironment
public BindEnvironment()
bindFunction
public void bindFunction(ScriptInstance si,
String type,
String name,
Block code)
- Overrides:
bindFunction
in class AliasEnvironment
scriptLoaded
public void scriptLoaded(ScriptInstance si)
- Overrides:
scriptLoaded
in class AliasEnvironment
getBinding
public ScriptedBind getBinding(String description)
isBound
public boolean isBound(String description)
processEvent
public void processEvent(String description)