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

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

Uses of PostActionCallback in org.apache.maven.werkz
 

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

Methods in org.apache.maven.werkz with parameters of type PostActionCallback
 void Goal.addPostActionCallback(PostActionCallback callback)
          Add a post-action callback to this Goal.
 void Goal.removePostActionCallback(PostActionCallback callback)
          Remove all occurences of a post-action callback from this Goal.
 



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