Uses of Interface
com.werken.werkz.PreActionCallback

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

Uses of PreActionCallback in com.werken.werkz
 

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

Methods in com.werken.werkz with parameters of type PreActionCallback
 void Goal.addPreActionCallback(PreActionCallback callback)
          Add a pre-action callback to this Goal.
 void Goal.removePreActionCallback(PreActionCallback callback)
          Remove all occurences of a pre-action callback from this Goal.