public interface LifeCycleStateTransitionBehavior<T extends LifeCycleState>
| Modifier and Type | Method and Description |
|---|---|
T |
getStatus() |
Stack<T> |
getTransitionedStates() |
boolean |
isStateTransitionValid(T newState) |
boolean |
setStatus(T newState) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.