public class DOMTimeEvent extends AbstractEvent
Modifier and Type | Field and 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, type
AT_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.
|
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, stopPropagation
protected org.w3c.dom.views.AbstractView view
protected int detail
public org.w3c.dom.views.AbstractView getView()
public int getDetail()
public void initTimeEvent(java.lang.String typeArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
public void initTimeEventNS(java.lang.String namespaceURIArg, java.lang.String typeArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
public void setTimestamp(long timeStamp)
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.