Interface | Description |
---|---|
PullDownGestureEventHandler.Callback |
Defines the interface, a class, which should be notified about the events of a
PullDownGestureEventHandler , must implement. |
SwipeGestureEventHandler.Callback |
Defines the interface, a class, which should be notified about the events of a
SwipeGestureEventHandler , must implement. |
TouchEventDispatcher.Callback |
Defines the interface, a class, which should be notified, when event handlers are added to or
removed from a
TouchEventDispatcher , must implement. |
Class | Description |
---|---|
AbstractDragGestureEventHandler |
An abstract base class for all event handlers, which allow to handle drag gestures.
|
AbstractTouchEventHandler |
An abstract base class for all event handlers, which can be managed by a
TouchEventDispatcher in order to dispatch touch events to them. |
DragGestureEventHandlerFactory |
A factory, which allows to create instances of the class
AbstractDragGestureEventHandler . |
PullDownGestureEventHandler |
An event handler, which allows to handle pull down gestures, which can be used to show the tab
switcher by pulling down the currently selected tab, when using the smartphone layout.
|
SwipeGestureEventHandler |
An event handler, which allows to handle swipe gestures, which can be used to switch between
tabs.
|
TouchEventDispatcher |
A dispatcher, which allows to dispatch touch events to multiple event handlers in the order of
their priority.
|