|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 PreGoalCallback
goal
- Goal performing the callback.PreGoalCallback
public void firePostGoal(Goal goal)
firePostGoal
in interface PostGoalCallback
goal
- Goal performing the callback.PostGoalCallback
public void firePreAction(Goal goal)
firePreAction
in interface PreActionCallback
goal
- Goal performing the callback.PreActionCallback
public void firePostAction(Goal goal)
firePostAction
in interface PostActionCallback
goal
- Goal performing the callback.PostActionCallback
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |