Package org.nakedobjects.metamodel.facets.object.callbacks

Interface Summary
CallbackFacet A Facet that represents some type of lifecycle callback on the object (eg about to be persisted).
CreatedCallbackFacet Represents the mechanism to inform the object that it has just been created.
LoadedCallbackFacet Represents the mechanism to inform the object that it has just been loaded from the object store.
LoadingCallbackFacet Represents the mechanism to inform the object that it is about to be loaded from the object store.
PersistedCallbackFacet Represents the mechanism to inform the object that it has been persisted to the object store for the first time.
PersistingCallbackFacet Represents the mechanism to inform the object that it is about to be persisted to the object store for the first time.
RemovedCallbackFacet Represents the mechanism to inform the object that it has just been deleted.
RemovingCallbackFacet Represents the mechanism to inform the object that it about to be deleted.
UpdatedCallbackFacet Represents the mechanism to inform the object that it has been updated in the object store.
UpdatingCallbackFacet Represents the mechanism to inform the object that it is about to be updated in the object store.
 

Class Summary
CallbackFacetAbstract Adapter superclass for Facets for CallbackFacet.
CreatedCallbackFacetAbstract  
CreatedCallbackFacetFactory  
CreatedCallbackFacetViaMethod  
DeleteCallbackFacetFactory  
LoadCallbackFacetFactory  
LoadedCallbackFacetAbstract  
LoadedCallbackFacetViaMethod  
LoadingCallbackFacetAbstract  
LoadingCallbackFacetViaMethod  
PersistCallbackFacetFactory  
PersistedCallbackFacetAbstract  
PersistedCallbackFacetViaMethod  
PersistingCallbackFacetAbstract  
PersistingCallbackFacetViaMethod  
RemoveCallbackFacetFactory  
RemovedCallbackFacetAbstract  
RemovedCallbackFacetViaMethod  
RemovingCallbackFacetAbstract  
RemovingCallbackFacetViaMethod  
SaveCallbackFacetFactory  
UpdateCallbackFacetFactory  
UpdatedCallbackFacetAbstract  
UpdatedCallbackFacetViaMethod  
UpdatingCallbackFacetAbstract  
UpdatingCallbackFacetViaMethod  
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.