public class LifecycleContextImpl<T,S> extends Object implements LifecycleContext<T,S>
| Constructor and Description |
|---|
LifecycleContextImpl(LifecycleInterceptContext context,
S fromState,
S toState) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
Method |
getEventMethod() |
S |
getFromState() |
String |
getFromStateName() |
T |
getTarget() |
S |
getToState() |
String |
getToStateName() |
String |
toString() |
public LifecycleContextImpl(LifecycleInterceptContext context, S fromState, S toState)
public T getTarget()
getTarget in interface LifecycleContext<T,S>public S getFromState()
getFromState in interface LifecycleContext<T,S>public S getToState()
getToState in interface LifecycleContext<T,S>public Method getEventMethod()
getEventMethod in interface LifecycleContext<T,S>public Object[] getArguments()
getArguments in interface LifecycleContext<T,S>public String getFromStateName()
getFromStateName in interface LifecycleContext<T,S>public String getToStateName()
getToStateName in interface LifecycleContext<T,S>Copyright © 2015. All Rights Reserved.