API Reference 0.3.24dart_web_toolkit_eventHasAllGestureHandlers

HasAllGestureHandlers abstract class

This is a convenience interface that includes all gesture handlers defined by the core GWT system. <p> WARNING, PLEASE READ: As this interface is intended for developers who wish to handle all gesture events in GWT, new gesture event handlers will be added to it. Therefore, updates can cause breaking API changes. </p>

abstract class HasAllGestureHandlers implements HasGestureStartHandlers,
 HasGestureChangeHandlers, HasGestureEndHandlers{

}

Subclasses

FocusPanel, FocusWidget, Image, Label

Implements

HasGestureEndHandlers, HasGestureChangeHandlers, HasGestureStartHandlers

Methods

abstract void fireEvent(DwtEvent event) #

inherited from HasHandlers

Fires the given event to the handlers listening to the event's type.

Any exceptions thrown by handlers will be bundled into a UmbrellaException and then re-thrown after all handlers have completed. An exception thrown by a handler will not prevent other handlers from executing.

@param event the event