Uses of Interface
com.werken.werkz.PostGoalCallback

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

Uses of PostGoalCallback in com.werken.werkz
 

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

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