|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectjava.util.EventObject
javax.media.MediaEvent
javax.media.ControllerEvent
javax.media.TransitionEvent
javax.media.StopEvent
javax.media.RestartingEvent
public class RestartingEvent
A RestartingEvent indicates that a Controller has moved from
the Started state back to the Prefetching state
(a Stopped state) and intends to return to the
Started state when Prefetching is complete.
This occurs when a Started Player
is asked to change its rate or media time
and to fulfill the request must prefetch its media again.
Controller,
ControllerListener,
序列化表格| 字段摘要 |
|---|
| 从类 java.util.EventObject 继承的字段 |
|---|
source |
| 构造方法摘要 | |
|---|---|
RestartingEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
|
|
| 方法摘要 |
|---|
| 从类 javax.media.StopEvent 继承的方法 |
|---|
getMediaTime, toString |
| 从类 javax.media.TransitionEvent 继承的方法 |
|---|
getCurrentState, getPreviousState, getTargetState |
| 从类 javax.media.ControllerEvent 继承的方法 |
|---|
getSource, getSourceController |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public RestartingEvent(Controller from,
int previous,
int current,
int target,
Time mediaTime)
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||