public class EndedEvent extends DomEvent<EndedHandler>
Experimental API: This API is still under development and is subject to change.
DomEvent.Type<H extends EventHandler>
Modifier | Constructor and Description |
---|---|
protected |
EndedEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent,
com.google.gwt.event.shared.HasHandlers) to fire media ended events. |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(EndedHandler handler)
Should only be called by
HandlerManager . |
DomEvent.Type<EndedHandler> |
getAssociatedType()
Returns the
Event.Type used to register this event, allowing an
EventBus to find handlers of the appropriate class. |
static DomEvent.Type<EndedHandler> |
getType()
Gets the event type associated with media ended events.
|
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, init, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
protected EndedEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent,
com.google.gwt.event.shared.HasHandlers)
to fire media ended events.public static DomEvent.Type<EndedHandler> getType()
public final DomEvent.Type<EndedHandler> getAssociatedType()
Event
Event.Type
used to register this event, allowing an
EventBus
to find handlers of the appropriate class.getAssociatedType
in class DomEvent<EndedHandler>
protected void dispatch(EndedHandler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.dispatch
in class GwtEvent<EndedHandler>
handler
- handlerEventBus.dispatchEvent(Event, Object)