public class Callback extends java.lang.Object implements PreGoalCallback, PostGoalCallback, PreActionCallback, PostActionCallback
PreGoalCallback,
PostGoalCallback,
PreActionCallback,
PostActionCallback| Constructor and Description |
|---|
Callback()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
firePostAction(Goal goal)
No-op post-action callback implementation.
|
void |
firePostGoal(Goal goal)
No-op post-goal callback implementation.
|
void |
firePreAction(Goal goal)
No-op pre-action callback implementation.
|
void |
firePreGoal(Goal goal)
No-op pre-goal callback implementation.
|
public void firePreGoal(Goal goal)
firePreGoal in interface PreGoalCallbackgoal - Goal performing the callback.PreGoalCallbackpublic void firePostGoal(Goal goal)
firePostGoal in interface PostGoalCallbackgoal - Goal performing the callback.PostGoalCallbackpublic void firePreAction(Goal goal)
firePreAction in interface PreActionCallbackgoal - Goal performing the callback.PreActionCallbackpublic void firePostAction(Goal goal)
firePostAction in interface PostActionCallbackgoal - Goal performing the callback.PostActionCallbackCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.