Interface | Description |
---|---|
Command |
The
Command encapsulates logic in the Command.execute() method which will be called later. |
Class | Description |
---|---|
Action | |
CommandBase |
Basic implementation of a
Command . |
CompositeCommand |
CompositeCommand is an aggregation of other commands - a list of
Command references internally. |
DelegateCommand |
Copyright © 2015 Saxonia Systems AG. All rights reserved.