Package org.jaffa.components.maint

Interface Summary
ICreateComponent This interface will be implemented by all Create components.
ICreateListener An object which wants to listen to Create events (whenever new records are created by Create components), will create an implementation of this interface, so that it may refresh its data, when the event is fired.
IDeleteComponent This interface will be implemented by all Delete components.
IDeleteListener An object which wants to listen to Delete events (whenever records are deleted by Delete components), will create an implementation of this interface, so that it may refresh its data, when the event is fired.
IMaintComponent This interface will be implemented by all Maintenance components.
IUpdateComponent This interface will be implemented by all Update components.
IUpdateListener An object which wants to listen to Update events (whenever records are updated by Update components), will create an implementation of this interface, so that it may refresh its data, when the event is fired.
 

Class Summary
CreateComponent This is an abstract implementation of the ICreateComponent interface.
DeleteComponent This is an abstract implementation of the IDeleteComponent interface.
MaintAction This is the base class for all Maintenance Component Actions.
MaintComponent Deprecated. This class is required by the object_maintenance_1_0 pattern.
MaintComponent2 This is the base class for all Maintenance components created by using the object_maintenance_2_0 pattern.
MaintForm This is the base class for all Maintenance Component FormBeans.
MaintTx This is the helper class for all Maintenance Tx (transaction) classes.
UpdateComponent This is an abstract implementation of the IUpdateComponent interface.
 



Copyright © 2002-2004 JAFFA Project.