| Package | Description |
|---|---|
| com.h3c.util.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventSink<E,L>
Abstraction of an event sink suitable as a base implementation.
|
| Modifier and Type | Method and Description |
|---|---|
EventSink |
EventSinkBroker.get(Class<? extends Event> eventClass)
Get the event sink associated with the given event class.
|
EventSink |
DefaultEventSinkBroker.get(Class<? extends Event> eventClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSinkBroker.addSink(Class<? extends Event> eventClass,
EventSink sink)
Adds a new event sink associated with the specified event class.
|
void |
DefaultEventSinkBroker.addSink(Class<? extends Event> eventClass,
EventSink sink) |
Copyright © 2014. All Rights Reserved.