Uses of Interface
com.rshtech.func.Function

Packages that use Function
com.rshtech.func   
 

Uses of Function in com.rshtech.func
 

Subinterfaces of Function in com.rshtech.func
 interface BusinessFunction
          Interface for business function enclosures to implement.
 interface UndoableFunction
          TODO Class summary sentence.
 

Classes in com.rshtech.func that implement Function
 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).