net.sourceforge.nite.nstyle.handler
Class NActionReferenceHandler

java.lang.Object
  extended by net.sourceforge.nite.nstyle.handler.NDisplayObjectHandler
      extended by net.sourceforge.nite.nstyle.handler.NActionReferenceHandler

public class NActionReferenceHandler
extends NDisplayObjectHandler

Author:
judyr This processes a NiteActionReference specification which can be associated with every DisplayObject

Constructor Summary
NActionReferenceHandler()
           
 
Method Summary
 void addChild(NDisplayObjectHandler child)
          In an implementation-specific manner, add the supplied child NDisplayObjectHandler to this one.
 NActionReference getActionref()
          Returns the actionref.
 void setActionref(NActionReference actionref)
          Sets the actionref.
 
Methods inherited from class net.sourceforge.nite.nstyle.handler.NDisplayObjectHandler
addActionReference, getActionReferences, getChildren, getClock, getElement, getEndTime, getID, getParent, getSourceID, getStartTime, init, setChildren, setClock, setElement, setEndTime, setID, setParent, setSourceID, setStartTime, setUpTimes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NActionReferenceHandler

public NActionReferenceHandler()
Method Detail

addChild

public void addChild(NDisplayObjectHandler child)
Description copied from class: NDisplayObjectHandler
In an implementation-specific manner, add the supplied child NDisplayObjectHandler to this one.

Specified by:
addChild in class NDisplayObjectHandler
Parameters:
child - The child to add.
See Also:
There should be no children for this type of handler

getActionref

public NActionReference getActionref()
Returns the actionref.

Returns:
NActionReference

setActionref

public void setActionref(NActionReference actionref)
Sets the actionref.

Parameters:
actionref - The actionref to set