|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectjava.util.EventObject
javax.media.MediaEvent
javax.media.ControllerEvent
com.ibm.media.ReplaceURLEvent
public class ReplaceURLEvent
This class is a JMF event that represent a hot link occurence in HotMedia Player. KThe event is assoiciated with a URL which should replace the current played URL.
| 字段摘要 |
|---|
| 从类 java.util.EventObject 继承的字段 |
|---|
source |
| 构造方法摘要 | |
|---|---|
ReplaceURLEvent(Controller from,
java.net.URL u)
Constructor |
|
| 方法摘要 | |
|---|---|
java.net.URL |
getURL()
Returns the URL associated with the event |
| 从类 javax.media.ControllerEvent 继承的方法 |
|---|
getSource, getSourceController, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ReplaceURLEvent(Controller from,
java.net.URL u)
from - the Controller that generated the eventu - the URL assoiciated with the event| 方法详细信息 |
|---|
public java.net.URL getURL()
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||