All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.actions.Targetable
- public interface Targetable
- extends Ticklish
An object that implements this interface is an object that is defined to
invoke some action upon its target according to the time constraints
that are supplied by the caller of the tickle method. How the targetable
interprets and acts upon these time constraints is up to the object itself.
-
getTarget()
- Returns the current target of the Targetable object - this is the object
that the Targetable will act upon.
-
setTarget(Object)
- Set the target.
getTarget
public abstract Object getTarget()
- Returns the current target of the Targetable object - this is the object
that the Targetable will act upon.
- Returns:
- the current target
setTarget
public abstract void setTarget(Object target)
- Set the target.
- Parameters:
- target - the new target for the action list
All Packages Class Hierarchy This Package Previous Next Index