Interface MHandler

All Superinterfaces:
MApplicationElement, MContribution
All Known Implementing Classes:
HandlerImpl

public interface MHandler extends MContribution
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 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

      void setCommand(MCommand value)
      Sets the value of the 'Command' reference.
      Parameters:
      value - the new value of the 'Command' reference.
      See Also: