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

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

Uses of PreGoalCallback in org.apache.maven.werkz
 

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

Methods in org.apache.maven.werkz with parameters of type PreGoalCallback
 void Goal.addPreGoalCallback(PreGoalCallback callback)
          Add a pre-goal callback to this Goal.
 void Goal.removePreGoalCallback(PreGoalCallback callback)
          Remove all occurences of a pre-goal callback from this Goal.
 



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