[Groovy] Class CacheStartedListener
java.lang.Object
com.coherentlogic.grails.infinispan.listeners.BaseListener
CacheStartedListener
class CacheStartedListener
extends BaseListener
A listener that handles Infinispan CacheStartedEvents.
- Authors:
- Thomas P. Fuller
|
Method Summary |
void
|
cacheStarted(java.lang.Object cacheStartedEvent)
Method that receives notifications that a cache has started and delegates
this call to the cacheStartedClosure, passing in the cacheStartedEvent.
|
CacheStartedListener
CacheStartedListener(groovy.lang.Closure closure)
-
cacheStarted
@CacheStarted
void cacheStarted(java.lang.Object cacheStartedEvent)
- Method that receives notifications that a cache has started and delegates
this call to the cacheStartedClosure, passing in the cacheStartedEvent.
- Parameters:
cacheStartedEvent - An instance of CacheStartedEvent.
- See Also:
Groovy Documentation