org.apache.maven.werkz
Interface PostActionCallback

All Known Implementing Classes:
Callback

public interface PostActionCallback

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.

Author:
bob mcwhirter
See Also:
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

firePostAction

public void firePostAction(Goal goal)
                    throws java.lang.Exception
Fire the callback.

Parameters:
goal - The Goal.
Throws:
java.lang.Exception - if an error occurs.


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.