|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectti.chimera.registry.NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber
public static class NodeCreationSubscriber.ScriptFunctionNodeCreationSubscriber
An implementation of the NodeCreationSubscriber for script
functions.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface 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 call| Method Detail |
|---|
public void nodeCreated(Node node)
nodeCreated in interface NodeCreationSubscribernode - the node createdpublic boolean equals(java.lang.Object obj)
true if the wrapped fxns
are equal, so add/remove from list, etc., works right.
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||