org.nakedobjects.metamodel.facets.object.callbacks
Interface PersistingCallbackFacet
- All Superinterfaces:
- CallbackFacet, Facet, ImperativeFacet, ImperativeFacetMulti
- All Known Implementing Classes:
- PersistingCallbackFacetAbstract, PersistingCallbackFacetViaMethod
public interface PersistingCallbackFacet
- extends CallbackFacet
Represents the mechanism to inform the object that it is about to be persisted to the object store for the
first time.
In the standard Naked Objects Programming Model, this is represented by a saving method. Called
only if the object is known to be in a valid state.
- See Also:
PersistedCallbackFacet
| Methods inherited from interface org.nakedobjects.metamodel.facets.object.callbacks.CallbackFacet |
invoke |
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.