public class DOMTimeEvent extends AbstractEvent implements org.w3c.dom.smil.TimeEvent
| Modifier and Type | Field and Description |
|---|---|
protected int |
detail
For repeat events this is the repeat iteration.
|
protected AbstractView |
view
The view from which the event was generated.
|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Constructor and Description |
|---|
DOMTimeEvent() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDetail()
Returns the repeat iteration if this is a repeat event.
|
AbstractView |
getView()
Returns the view from which the event was generated.
|
void |
initTimeEvent(String typeArg,
AbstractView viewArg,
int detailArg)
Initializes the values of the TimeEvent object.
|
void |
initTimeEventNS(String namespaceURIArg,
String typeArg,
AbstractView viewArg,
int detailArg)
Initializes the values of the TimeEvent object.
|
void |
setTimestamp(long timeStamp)
Sets the timestamp of this time event.
|
addDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagationequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagationprotected AbstractView view
protected int detail
public AbstractView getView()
getView in interface org.w3c.dom.smil.TimeEventpublic int getDetail()
getDetail in interface org.w3c.dom.smil.TimeEventpublic void initTimeEvent(String typeArg, AbstractView viewArg, int detailArg)
initTimeEvent in interface org.w3c.dom.smil.TimeEventpublic void initTimeEventNS(String namespaceURIArg, String typeArg, AbstractView viewArg, int detailArg)
public void setTimestamp(long timeStamp)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.