quicktime.app.actions
Interface Actionable


public interface Actionable

This interface provides a way for Actions to trigger actions on objects when their particular constraining condition has been reached.

See Also:
BounceAction, Dragger

Method Summary
 void trigger()
          This method is called by the action that the actionable object is attached to.
 

Method Detail

trigger

public void trigger()
This method is called by the action that the actionable object is attached to.