|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--javax.media.MediaEvent
|
+--javax.media.ControllerEvent
ControllerEvent is the base class for events generated by
a Controller.
These events are used by ControllerListener.
Controller,
ControllerListener,
MediaEvent, Serialized Form| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ControllerEvent(Controller from)
|
|
| Method Summary | |
java.lang.Object |
getSource()
|
Controller |
getSourceController()
Get the Controller that posted this event. |
java.lang.String |
toString()
Returns the String representation of this event's values. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ControllerEvent(Controller from)
| Method Detail |
public Controller getSourceController()
Controller that posted this event.
The returned Controller has at least one active
listener. (The
addListener method has been called on
the Controller).Controller that posted this event.public java.lang.Object getSource()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||