Uses of Interface
com.werken.werkz.PostActionCallback

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

Uses of PostActionCallback in com.werken.werkz
 

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

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