|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--quicktime.app.event.QTActionEvent
This class is used by QuickTime objects that have an action associated with them. When those object's actions are fired they will generate an action event, with those objects as the source of the event, to any registered listeners
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
QTActionEvent(java.lang.Object source,
java.lang.String command)
Deprecated. since QTJava 6.1 |
|
QTActionEvent(java.lang.Object source,
java.lang.String command,
int modifiers)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
void |
consume()
Deprecated. since QTJava 6.1 |
java.lang.String |
getActionCommand()
Deprecated. since QTJava 6.1 |
int |
getModifiers()
Deprecated. since QTJava 6.1 |
boolean |
isConsumed()
Deprecated. since QTJava 6.1 |
java.lang.String |
toString()
Deprecated. since QTJava 6.1 |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public QTActionEvent(java.lang.Object source,
java.lang.String command)
source - the object where the event originatedcommand - the command string for this action event
public QTActionEvent(java.lang.Object source,
java.lang.String command,
int modifiers)
source - the object where the event originatedcommand - the command string for this action eventmodifiers - the modifiers held down during this action| Method Detail |
public java.lang.String getActionCommand()
public int getModifiers()
public void consume()
public boolean isConsumed()
public java.lang.String toString()
toString in class java.util.EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||