Uses of Interface
com.werken.werkz.PreGoalCallback

Packages that use PreGoalCallback
com.werken.werkz The werkz goal-oriented process framework. 
 

Uses of PreGoalCallback in com.werken.werkz
 

Classes in com.werken.werkz that implement PreGoalCallback
 class Callback
          Convenience class providing no-op implementations of all four callbacks.
 

Methods in com.werken.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.