org.nakedobjects.metamodel.facets.actions.executed
Interface ExecutedFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- ExecutedFacetAbstract, ExecutedFacetAnnotation, ExecutedFacetAtDefault, ExecutedFacetViaNamingConvention
public interface ExecutedFacet
- extends Facet
Whether the action should be invoked locally, remotely, or on the default location depending on its
persistence state.
In the standard Naked Objects Programming Model, corresponds to annotating the action method using
@Executed.
value
ExecutedFacet.Where value()
getTarget
Target getTarget()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.