org.nakedobjects.metamodel.facets.object.dirty
Interface IsDirtyObjectFacet
- All Superinterfaces:
- DirtyObjectFacet, Facet
- All Known Implementing Classes:
- IsDirtyObjectFacetAbstract, IsDirtyObjectFacetViaMethod
public interface IsDirtyObjectFacet
- extends DirtyObjectFacet
Determine whether this object has been explicitly marked as dirty.
In the standard Naked Objects Programming Model, typically corresponds to method named isDirty.
TODO: this was introduced for Naked Objects 2.0, but not sure if they are still required for Naked Objects
3.0.
- See Also:
ClearDirtyObjectFacet,
MarkDirtyObjectFacet
invoke
boolean invoke(NakedObject object)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.