Revision
925 -
Directory Listing
Modified
Mon Oct 26 14:32:37 2009 UTC
(12 years, 8 months ago)
by
winkelma
merged tinker changes into trunk
Revision
877 -
Directory Listing
Modified
Fri Aug 7 13:39:18 2009 UTC
(12 years, 10 months ago)
by
stehr
Testing package-info.java for adding javadoc comment at the package level
Revision
447 -
Directory Listing
Modified
Tue Dec 4 15:11:22 2007 UTC
(14 years, 6 months ago)
by
lpetzo
Original Path:
branches/aglappe-jung/actionTools
class Getter:
- function get() is now throwing GetterError exception
class GetterError:
- wrapper exception for all type of exceptions thrown in the get() function of class Getter
Revision
417 -
Directory Listing
Modified
Thu Nov 22 11:23:49 2007 UTC
(14 years, 7 months ago)
by
lpetzo
abstract class implementing the Runnable interface
Revision
369 -
Directory Listing
Added
Thu Oct 25 13:51:00 2007 UTC
(14 years, 8 months ago)
by
lpetzo
This package provides a set of very basic abstract classes serving as interfaces to very basic tasks such as:
1. condition checkings (class Checker),
2. data retrieval (class Retriever) and
3. pure workers that perform any kind of actions that do not depend on any kind of input data (class Doer).
Each of these classes is a subclass of class Action which only purpose is to store the object affected by the subclasses action method.