|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for callbacks that occur before a Goal
's
action has been executed.
This callback will only be fired if the Goal
's
own action, as defined by Action.performAction(org.apache.maven.werkz.Session)
is
slated to be fired.
Goal.attain(org.apache.maven.werkz.Session)
,
Action.performAction(org.apache.maven.werkz.Session)
Method Summary | |
void |
firePreAction(Goal goal)
Fire the callback. |
Method Detail |
public void firePreAction(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 |