rero.bridges.bind

Class 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.
Method Summary
voidbindFunction(ScriptInstance si, String type, String name, Block code)
ScriptedBindgetBinding(String description)
booleanisBound(String description)
voidprocessEvent(String description)
booleanscriptLoaded(ScriptInstance si)

Method Detail

bindFunction

public void bindFunction(ScriptInstance si, String type, String name, Block code)

getBinding

public ScriptedBind getBinding(String description)

isBound

public boolean isBound(String description)

processEvent

public void processEvent(String description)

scriptLoaded

public boolean scriptLoaded(ScriptInstance si)