Uses of Interface
org.nakedobjects.metamodel.facets.object.callbacks.CallbackFacet

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

Uses of CallbackFacet in org.nakedobjects.metamodel.facets.object.callbacks
 

Subinterfaces of CallbackFacet in org.nakedobjects.metamodel.facets.object.callbacks
 interface CreatedCallbackFacet
          Represents the mechanism to inform the object that it has just been created.
 interface LoadedCallbackFacet
          Represents the mechanism to inform the object that it has just been loaded from the object store.
 interface LoadingCallbackFacet
          Represents the mechanism to inform the object that it is about to be loaded from the object store.
 interface PersistedCallbackFacet
          Represents the mechanism to inform the object that it has been persisted to the object store for the first time.
 interface PersistingCallbackFacet
          Represents the mechanism to inform the object that it is about to be persisted to the object store for the first time.
 interface RemovedCallbackFacet
          Represents the mechanism to inform the object that it has just been deleted.
 interface RemovingCallbackFacet
          Represents the mechanism to inform the object that it about to be deleted.
 interface UpdatedCallbackFacet
          Represents the mechanism to inform the object that it has been updated in the object store.
 interface UpdatingCallbackFacet
          Represents the mechanism to inform the object that it is about to be updated in the object store.
 

Classes in org.nakedobjects.metamodel.facets.object.callbacks that implement CallbackFacet
 class CallbackFacetAbstract
          Adapter superclass for Facets for CallbackFacet.
 class CreatedCallbackFacetAbstract
           
 class CreatedCallbackFacetViaMethod
           
 class LoadedCallbackFacetAbstract
           
 class LoadedCallbackFacetViaMethod
           
 class LoadingCallbackFacetAbstract
           
 class LoadingCallbackFacetViaMethod
           
 class PersistedCallbackFacetAbstract
           
 class PersistedCallbackFacetViaMethod
           
 class PersistingCallbackFacetAbstract
           
 class PersistingCallbackFacetViaMethod
           
 class RemovedCallbackFacetAbstract
           
 class RemovedCallbackFacetViaMethod
           
 class RemovingCallbackFacetAbstract
           
 class RemovingCallbackFacetViaMethod
           
 class UpdatedCallbackFacetAbstract
           
 class UpdatedCallbackFacetViaMethod
           
 class UpdatingCallbackFacetAbstract
           
 class UpdatingCallbackFacetViaMethod
           
 



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