public interface MHandler extends MContribution
Handlers provide the execution logic that provides the implementation of a particular command.
| Modifier and Type | Method and Description |
|---|---|
MCommand |
getCommand()
Returns the value of the 'Command' reference
|
void |
setCommand(MCommand value)
Sets the value of the '
Command' reference |
getContributionURI, getObject, setContributionURI, setObjectgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdMCommand getCommand()
This is a reference to the Command for which this is an execution candidate.
setCommand(MCommand)void setCommand(MCommand value)
Command' reference.
value - the new value of the 'Command' reference.getCommand()