|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QTActionListener | |
| quicktime.app.event | |
| quicktime.app.ui | |
| Uses of QTActionListener in quicktime.app.event |
| Classes in quicktime.app.event that implement QTActionListener | |
class |
QTEventCaster
The QTEventCaster is used to broadcast QTEvents to registered listeners. |
| Methods in quicktime.app.event that return QTActionListener | |
static QTActionListener |
QTEventCaster.add(QTActionListener c,
QTActionListener d)
Adds action-listener-a with action-listener-b and returns the resulting multicast listener. |
static QTActionListener |
QTEventCaster.remove(QTActionListener l,
QTActionListener oldl)
Removes the old action-listener from action-listener-l and returns the resulting multicast listener. |
| Methods in quicktime.app.event with parameters of type QTActionListener | |
static QTActionListener |
QTEventCaster.add(QTActionListener c,
QTActionListener d)
Adds action-listener-a with action-listener-b and returns the resulting multicast listener. |
static QTActionListener |
QTEventCaster.remove(QTActionListener l,
QTActionListener oldl)
Removes the old action-listener from action-listener-l and returns the resulting multicast listener. |
| Uses of QTActionListener in quicktime.app.ui |
| Fields in quicktime.app.ui declared as QTActionListener | |
protected QTActionListener |
QTButton.actionListener
The QTActionListeners that will be fired when the QTButton is activated. |
| Methods in quicktime.app.ui with parameters of type QTActionListener | |
void |
QTButton.addActionListener(QTActionListener l)
Add an QTActionListeners to this button. |
void |
QTButton.removeActionListener(QTActionListener l)
Remove an ActionListener from this button. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||