rero.bridges.bind
Class BindEnvironment
java.lang.Object
rero.bridges.alias.AliasEnvironment
rero.bridges.bind.BindEnvironment
- All Implemented Interfaces:
- Environment, Loadable
- 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)
- Specified by:
bindFunction
in interface Environment
- Overrides:
bindFunction
in class AliasEnvironment
scriptLoaded
public boolean scriptLoaded(ScriptInstance si)
- Specified by:
scriptLoaded
in interface Loadable
- Overrides:
scriptLoaded
in class AliasEnvironment
getBinding
public ScriptedBind getBinding(String description)
isBound
public boolean isBound(String description)
processEvent
public void processEvent(String description)