public interface IEventListener
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(IEvent event) |
boolean |
supports(IEvent event)
Whether the listeners support the specified event (is concerned)
|
boolean supports(IEvent event)
event
- the event to handleCopyright © 2015. All rights reserved.