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.


Method Index

 o doAction()
doAction() is used to trigger the behavior of an Action object.
 o doAction(double)
doAction() is used to trigger the behavior of an Action object.
 o getType()

Methods

 o 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.

 o 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
 o getType
 public abstract String getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index