+

Search Tips   |   Advanced Search

Command class

Extend one or more of the three interfaces included in the command package to write a command interface. The base interface for all commands is the Command interface.

The Command interface provides only the client-side interface for generic commands and declares three basic methods:

The implementation class for our interface must contain implementations for the isReadyToCallExecute and reset methods.

  • Configure command caching