public class StatusPanelStateHandler extends NodeImpl implements ExecutionPhaseListener
Constructor and Description |
---|
StatusPanelStateHandler() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getDisableIds() |
List<String> |
getEnableIds() |
ExecutionPhase |
getPhase() |
List<String> |
getResetIds() |
void |
processExecutionPhase(ExecutionContext event) |
void |
setDisableIds(List<String> disableIds) |
void |
setEnableIds(List<String> enableIds) |
void |
setPhase(ExecutionPhase phase)
Set the phase in which to execute the reset/enable/disable actions.
|
void |
setResetIds(List<String> resetIds) |
assignParent, assignParent, assignParents, getId, getLocalId, getParent, setBeanName, setId, setLocalId, setParent
clearProperties, getKeys, getProperty, removeProperty, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearProperties, getKeys, getProperty, removeProperty, setProperty
public void processExecutionPhase(ExecutionContext event)
processExecutionPhase
in interface ExecutionPhaseListener
public ExecutionPhase getPhase()
public void setPhase(ExecutionPhase phase)
phase
- the phase in which to execute the actions. Default is PRE_PROCESSCopyright © 2013. All Rights Reserved.