quicktime.app.actions
Interface Actionable


Deprecated. since QTJava 6.1

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()
          Deprecated. since QTJava 6.1
 

Method Detail

trigger

public void trigger()
Deprecated. since QTJava 6.1

This method is called by the action that the actionable object is attached to.