Uses of Class
quicktime.app.event.QTActionEvent

Packages that use QTActionEvent
quicktime.app.event   
 

Uses of QTActionEvent in quicktime.app.event
 

Methods in quicktime.app.event with parameters of type QTActionEvent
 void QTActionListener.actionPerformed(QTActionEvent e)
          Invoked when an action occurs.
 void QTEventCaster.actionPerformed(QTActionEvent e)
          Broadcasts the event to any interested QTActionListeners.