public interface PostActionCallback
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.
Modifier and Type | Method and Description |
---|---|
void |
firePostAction(Goal goal)
Fire the callback.
|
void firePostAction(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.