public interface PreActionCallback
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.
Modifier and Type | Method and Description |
---|---|
void |
firePreAction(Goal goal)
Fire the callback.
|
void firePreAction(Goal goal) throws java.lang.Exception
goal
- The Goal
.java.lang.Exception
- if an error occurs.Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.