EventAtom
- public class EnableJob<EventAtom> extends CompositeJob<EventAtom>
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Activation<? extends EventAtom> activation,
Context context)
Executes the action on the activation using the supplied context.
|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
handleError
getActivationState
protected void execute(Activation<? extends EventAtom> activation, Context context)
Job
execute
in class CompositeJob<EventAtom>
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- the enabled to set