| Package | Description |
|---|---|
| com.h3c.util.observer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListenerHandler<T>
Listener handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListenerHandler<T>
Abstract listener handler.
|
class |
MultiThreadListenerHandler<T>
Listeners are notified in a different thread than the one notification was
sent.
|
class |
SingleThreadListenerHandler<T>
Listeners are notified in the same thread the notification is sent.
|
Copyright © 2014. All Rights Reserved.