public interface UiFeatureEvent extends UiFeature
features
of a object sending generic events. It can
add
and remove
instances of UiHandlerEvent
.Modifier and Type | Method and Description |
---|---|
void |
addEventHandler(UiHandlerEvent handler)
This method adds the given
UiHandlerEvent to this object. |
boolean |
removeEventHandler(UiHandlerEvent handler)
This method removes the given
UiHandlerEvent from this object. |
void addEventHandler(UiHandlerEvent handler)
UiHandlerEvent
to this object.handler
- is the UiHandlerEvent
to add.boolean removeEventHandler(UiHandlerEvent handler)
UiHandlerEvent
from this object.handler
- is the UiHandlerEvent
to remove.true
if the handler
has been removed successfully, false
if it was NOT registered
and nothing has changed.Copyright © 2001–2016 mmm-Team. All rights reserved.