org.apache.maven.werkz
Interface PostGoalCallback

All Known Implementing Classes:
Callback

public interface PostGoalCallback

Interface for callbacks that occur after a Goal has been completely satisfied.

Author:
bob mcwhirter
See Also:
Goal.attain(org.apache.maven.werkz.Session), Action.performAction(org.apache.maven.werkz.Session)

Method Summary
 void firePostGoal(Goal goal)
          Fire the callback.
 

Method Detail

firePostGoal

public void firePostGoal(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.