public class EventListenerSet extends LinkedHashSet<IEventListener> implements IEventListener
| Constructor and Description |
|---|
EventListenerSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Event event)
Notify all listeners of the specified event.
|
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic void onEvent(Event event)
onEvent in interface IEventListenerevent - An event.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.