public interface EventAware
| Modifier and Type | Method and Description |
|---|---|
List |
getAllEventHandlers()
Gets all event handlers registered with this instance.
|
EventHandler |
getEventHandler(String id)
Gets the specified event handler.
|
List getAllEventHandlers()
EventHandler objects.EventHandler getEventHandler(String id)
id - the id of the event handler.Copyright © 2016 Eclipse Stardust. All Rights Reserved.