quicktime.app.actions
Interface Targetable
- All Superinterfaces:
- Ticklish
- All Known Implementing Classes:
- MatrixAction, NextImageAction
- 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.
Method Summary |
java.lang.Object |
getTarget()
Returns the current target of the Targetable object - this is the object
that the Targetable will act upon. |
void |
setTarget(java.lang.Object target)
Set the target. |
getTarget
public java.lang.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 void setTarget(java.lang.Object target)
- Set the target.
- Parameters:
target
- the new target for the action list