|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectti.chimera.registry.NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber
An implementation of the NodeCreationSubscriber
for script
functions.
Nested Class Summary |
Nested classes inherited from class ti.chimera.registry.NodeCreationSubscriber |
NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber |
Constructor Summary | |
NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber(oscript.data.Value fxn)
Class Constructor |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Overload equals() to be true if the wrapped fxns
are equal, so add/remove from list, etc., works right. |
int |
hashCode()
Overload hashCode() so add/remove from list, etc., works right. |
void |
nodeCreated(Node node)
delegate to the script function |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber(oscript.data.Value fxn)
fxn
- the script function to callMethod Detail |
public void nodeCreated(Node node)
nodeCreated
in interface NodeCreationSubscriber
node
- the node createdpublic boolean equals(java.lang.Object obj)
true
if the wrapped fxns
are equal, so add/remove from list, etc., works right.
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |