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

Packages that use org.nakedobjects.metamodel.facets.object.callbacks
org.nakedobjects.metamodel.facets.object.callbacks   
 

Classes in org.nakedobjects.metamodel.facets.object.callbacks used by org.nakedobjects.metamodel.facets.object.callbacks
CallbackFacet
          A Facet that represents some type of lifecycle callback on the object (eg about to be persisted).
CallbackFacetAbstract
          Adapter superclass for Facets for CallbackFacet.
CreatedCallbackFacet
          Represents the mechanism to inform the object that it has just been created.
CreatedCallbackFacetAbstract
           
LoadedCallbackFacet
          Represents the mechanism to inform the object that it has just been loaded from the object store.
LoadedCallbackFacetAbstract
           
LoadingCallbackFacet
          Represents the mechanism to inform the object that it is about to be loaded from the object store.
LoadingCallbackFacetAbstract
           
PersistedCallbackFacet
          Represents the mechanism to inform the object that it has been persisted to the object store for the first time.
PersistedCallbackFacetAbstract
           
PersistingCallbackFacet
          Represents the mechanism to inform the object that it is about to be persisted to the object store for the first time.
PersistingCallbackFacetAbstract
           
RemovedCallbackFacet
          Represents the mechanism to inform the object that it has just been deleted.
RemovedCallbackFacetAbstract
           
RemovingCallbackFacet
          Represents the mechanism to inform the object that it about to be deleted.
RemovingCallbackFacetAbstract
           
UpdatedCallbackFacet
          Represents the mechanism to inform the object that it has been updated in the object store.
UpdatedCallbackFacetAbstract
           
UpdatingCallbackFacet
          Represents the mechanism to inform the object that it is about to be updated in the object store.
UpdatingCallbackFacetAbstract
           
 



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