|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.werkz.Callback
Convenience class providing no-op implementations of all four callbacks.
PreGoalCallback,
PostGoalCallback,
PreActionCallback,
PostActionCallback| Constructor Summary | |
Callback()
Construct. |
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Callback()
| Method Detail |
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.PostActionCallback
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||