All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface improv.actor.behavior.Action
  -  public interface interface Action
 
The Action interface is implemented by those objects which may be called from a Sequence.
  
  -  
	doAction()
   -  doAction() is used to trigger the behavior of an Action object.
  
 -  
	doAction(double)
   -  	doAction() is used to trigger the behavior of an Action object.
  
 -  
	getType()
   -  
 
  
doAction
 public abstract void doAction()
  -  doAction() is used to trigger the behavior of an Action object.
This is generally called from the doAction() method of a Sequence.
 
doAction
 public abstract void doAction(double time)
  -  doAction() is used to trigger the behavior of an Action object.
	This is generally called from the doAction() method of a Sequence.
  
    -  Parameters:
    
 -  time - the duration of the action
  
 
 
 
getType
 public abstract String getType()
All Packages  Class Hierarchy  This Package  Previous  Next  Index