Class dnx.lr.BindableNode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.BindableNode

java.lang.Object
   |
   +----dnx.util.DNXObject
           |
           +----dnx.lr.Node
                   |
                   +----dnx.lr.LeafNode
                           |
                           +----dnx.lr.BindableNode

public class BindableNode
extends LeafNode
implements UniquifyAtAttachNode
A bindable node . . . kinky, kinky.

Constructor Index

 o BindableNode()

Method Index

 o handleAddToScene()
The handleAddToScene method is called when a node has just been added to a scene.
 o handleBindingEvent(NodeInstance)
 o handleInstanceDetach(NodeInstance)
 o postIsBoundEvent()
 o postIsUnboundEvent()

Constructors

 o BindableNode
  public BindableNode()

Methods

 o handleAddToScene
  public void handleAddToScene()
The handleAddToScene method is called when a node has just been added to a scene.
Overrides:
handleAddToScene in class Node
 o handleInstanceDetach
  public void handleInstanceDetach(NodeInstance inst)
Overrides:
handleInstanceDetach in class Node
 o handleBindingEvent
  public void handleBindingEvent(NodeInstance inst)
 o postIsBoundEvent
  public abstract void postIsBoundEvent()
 o postIsUnboundEvent
  public abstract void postIsUnboundEvent()

All Packages  Class Hierarchy  This Package  Previous  Next  Index