See: Description
| Interface | Description |
|---|---|
| Listenable |
Interface that denotes that the implementation can have listeners attached to it.
|
| Class | Description |
|---|---|
| AbstractListenerImpl |
Functionality common to both
CacheManagerNotifierImpl and
CacheNotifierImpl |
| Exception | Description |
|---|---|
| IncorrectListenerException |
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object) API. |
| Annotation Type | Description |
|---|---|
| Listener |
Class-level annotation used to annotate an object as being a valid cache listener.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.