quicktime.app.event
Interface QTActionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
QTEventCaster

public interface QTActionListener
extends java.util.EventListener

This Listener is used to register an interest in QTActionEvents that maybe generated.


Method Summary
 void actionPerformed(QTActionEvent e)
          Invoked when an action occurs.
 

Method Detail

actionPerformed

public void actionPerformed(QTActionEvent e)
Invoked when an action occurs.