T
- event handler for the eventspublic interface DMXEventRegistrationHandler<T>
Defines common way to register event listeners for UI components on supported platforms. Event
listeners are registered on UI components whose IDs are returned from #getComponentIds()
method. Implementations of this interface should then take care of finding those components and
registering listeners on them. Listeners handle type of events declared with parameter T
.
Modifier and Type | Method and Description |
---|---|
String[] |
getComponentIds()
Returns IDs of UI components on which event listeners will be registered.
|
T |
getEventHandler()
Event handler for the events.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.