|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectjava.util.EventObject
javax.media.MediaEvent
javax.media.ControllerEvent
public class ControllerEvent
ControllerEvent is the base class for events generated by
a Controller.
These events are used by ControllerListener.
Controller,
ControllerListener,
MediaEvent,
序列化表格| 字段摘要 |
|---|
| 从类 java.util.EventObject 继承的字段 |
|---|
source |
| 构造方法摘要 | |
|---|---|
ControllerEvent(Controller from)
|
|
| 方法摘要 | |
|---|---|
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. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ControllerEvent(Controller from)
| 方法详细信息 |
|---|
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()
java.util.EventObject 中的 getSourcepublic java.lang.String toString()
java.util.EventObject 中的 toString
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||