|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectjava.util.EventObject
javax.media.MediaEvent
javax.media.ControllerEvent
javax.media.MediaTimeSetEvent
public class MediaTimeSetEvent
A MediaTimeSetEvent is posted by a Controller when its
media-time has been set with the setMediaTime method.
Controller,
ControllerListener,
序列化表格| 字段摘要 |
|---|
| 从类 java.util.EventObject 继承的字段 |
|---|
source |
| 构造方法摘要 | |
|---|---|
MediaTimeSetEvent(Controller from,
Time newMediaTime)
|
|
| 方法摘要 | |
|---|---|
Time |
getMediaTime()
Get the new media time of the Controller that
generated this event. |
java.lang.String |
toString()
Returns the String representation of this event's values. |
| 从类 javax.media.ControllerEvent 继承的方法 |
|---|
getSource, getSourceController |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public MediaTimeSetEvent(Controller from,
Time newMediaTime)
| 方法详细信息 |
|---|
public Time getMediaTime()
Controller that
generated this event.
Controller's new media time.public java.lang.String toString()
ControllerEvent 中的 toString
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||