T - the type of the widget controllerpublic abstract class AbstractEventDispatcher<T extends WidgetController> extends Object implements EventDispatcher<T>
EventDispatcher interface. Supports dispatching events on the injected controller.| Constructor and Description |
|---|
AbstractEventDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatchEvent()
Dispatch a null event on the widget controller
|
protected T |
getWidgetController()
Get the injected widget controller
|
void |
setWidgetController(T widgetController)
Inject the widget controller that the implementation will use to dispatch events
|
protected T getWidgetController()
public void setWidgetController(T widgetController)
EventDispatchersetWidgetController in interface EventDispatcher<T extends WidgetController>widgetController - the controller instanceprotected void dispatchEvent()
Copyright © 2017 SAP SE. All Rights Reserved.