|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface NodeMoved
This annotation should be used on methods that need to be notified when a node is moved using the Cache.move(org.jboss.cache.Fqn,org.jboss.cache.Fqn)
API.
NodeMovedEvent otherwise a IncorrectCacheListenerException
will be thrown when registering your listener.
CacheListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||