public class OnExit extends Executable
Constructor and Description |
---|
OnExit()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getRaiseEvent() |
boolean |
isRaiseEvent() |
void |
setParent(EnterableState parent)
Set the EnterableState parent.
|
void |
setRaiseEvent(Boolean raiseEvent)
Set the indicator whether to raise the non-standard "exit.state.id" internal event after executing this OnExit.
|
addAction, getActions, getParent
public OnExit()
public final void setParent(EnterableState parent)
setParent
in class Executable
parent
- The parent to set.public final boolean isRaiseEvent()
public final Boolean getRaiseEvent()
public final void setRaiseEvent(Boolean raiseEvent)
raiseEvent
- The indicator, when null no event will be raisedCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.