Uses of Interface
org.apache.maven.werkz.PostGoalCallback

Packages that use PostGoalCallback
org.apache.maven.werkz The werkz goal-oriented process framework. 
 

Uses of PostGoalCallback in org.apache.maven.werkz
 

Classes in org.apache.maven.werkz that implement PostGoalCallback
 class Callback
          Convenience class providing no-op implementations of all four callbacks.
 

Methods in org.apache.maven.werkz with parameters of type PostGoalCallback
 void Goal.addPostGoalCallback(PostGoalCallback callback)
          Add a post-goal callback to this Goal.
 void Goal.removePostGoalCallback(PostGoalCallback callback)
          Remove all occurences of a post-goal callback from this Goal.
 



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