quicktime.app.event
Interface QTActionListener

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

Deprecated. since QTJava 6.1

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

Method Detail

actionPerformed

public void actionPerformed(QTActionEvent e)
Deprecated. since QTJava 6.1

Invoked when an action occurs.