Uses of Interface
com.rshtech.func.UndoableFunction

Packages that use UndoableFunction
com.rshtech.func   
 

Uses of UndoableFunction in com.rshtech.func
 

Subinterfaces of UndoableFunction in com.rshtech.func
 interface BusinessFunction
          Interface for business function enclosures to implement.
 

Classes in com.rshtech.func that implement UndoableFunction
 class AbstractFunc
          Abstract implementation of a BusinessFunction, providing an implementation of the undo functions and the execute function (which drives the order of execution of the various checks and then the doWork).