Interface MHandler
- All Superinterfaces:
MApplicationElement, MContribution
- All Known Implementing Classes:
HandlerImpl
A representation of the model object 'Handler'.
Handlers provide the execution logic that provides the implementation of a particular command.
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Command' reference.voidsetCommand(MCommand value) Sets the value of the 'Command' reference.Methods inherited from interface MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdMethods inherited from interface MContribution
getContributionURI, getObject, setContributionURI, setObject
-
Method Details
-
getCommand
MCommand getCommand()Returns the value of the 'Command' reference.This is a reference to the Command for which this is an execution candidate.
- Returns:
- the value of the 'Command' reference.
- See Also:
-
setCommand
-