public interface MHandler extends MContribution
Handlers provide the execution logic that provides the implementation of a particular command.
The following features are supported:
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, setObject
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
MCommand 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()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.