OriginalEvent, Event, org.w3c.dom.smil.TimeEventpublic class DOMTimeEvent extends AbstractEvent implements org.w3c.dom.smil.TimeEvent
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
detail |
For repeat events this is the repeat iteration.
|
protected org.w3c.dom.views.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 | Description |
|---|---|
DOMTimeEvent() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDetail() |
Returns the repeat iteration if this is a repeat event.
|
org.w3c.dom.views.AbstractView |
getView() |
Returns the view from which the event was generated.
|
void |
initTimeEvent(java.lang.String typeArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg) |
Initializes the values of the TimeEvent object.
|
void |
initTimeEventNS(java.lang.String namespaceURIArg,
java.lang.String typeArg,
org.w3c.dom.views.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, stopPropagationgetBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getNamespaceURI, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, stopImmediatePropagation, stopPropagationprotected org.w3c.dom.views.AbstractView view
protected int detail
public org.w3c.dom.views.AbstractView getView()
getView in interface org.w3c.dom.smil.TimeEventpublic int getDetail()
getDetail in interface org.w3c.dom.smil.TimeEventpublic void initTimeEvent(java.lang.String typeArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg)
initTimeEvent in interface org.w3c.dom.smil.TimeEventpublic void initTimeEventNS(java.lang.String namespaceURIArg,
java.lang.String typeArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg)
public void setTimestamp(long timeStamp)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.