|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.event.dom.client.DomEvent<H>
org.vectomatic.dom.svg.events.TimeEvent<H>
H - handler typepublic abstract class TimeEvent<H extends com.google.gwt.event.shared.EventHandler>
The TimeEvent interface provides specific contextual information associated with Time events.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent |
|---|
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler> |
| Constructor Summary | |
|---|---|
TimeEvent()
|
|
| Method Summary | |
|---|---|
int |
getDetail()
Specifies some detail information about the Event, depending on the type of the event. |
| Methods inherited from class com.google.gwt.event.dom.client.DomEvent |
|---|
fireNativeEvent, fireNativeEvent, getAssociatedType, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
assertLive, dispatch, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
setSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeEvent()
| Method Detail |
|---|
public final int getDetail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||