public interface BackingCacheLifecycleListener
BackingCache
starts and stops.Modifier and Type | Interface and Description |
---|---|
static class |
BackingCacheLifecycleListener.LifecycleState |
Modifier and Type | Method and Description |
---|---|
void |
lifecycleChange(BackingCacheLifecycleListener.LifecycleState newState)
Notifies the listener that the
BackingCache has entered a new lifecycle state. |
void lifecycleChange(BackingCacheLifecycleListener.LifecycleState newState)
BackingCache
has entered a new lifecycle state.newState
- the new state. Cannot be null
.Copyright © 2013 JBoss by Red Hat. All rights reserved.