|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for callbacks that occur after a Goal
's
action has been executed.
This callback is only fired if the Goal
's action
as defined by Action.performAction(org.apache.maven.werkz.Session)
was fired.
Goal.attain(org.apache.maven.werkz.Session)
,
Action.performAction(org.apache.maven.werkz.Session)
Method Summary | |
void |
firePostAction(Goal goal)
Fire the callback. |
Method Detail |
public void firePostAction(Goal goal) throws java.lang.Exception
goal
- The Goal
.
java.lang.Exception
- if an error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |