| Package | Description |
|---|---|
| de.saxsys.mvvmfx.utils.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandBase
Basic implementation of a
Command. |
class |
CompositeCommand
CompositeCommand is an aggregation of other commands - a list of
Command references internally. |
class |
DelegateCommand
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCommand.register(Command command)
Registers a new
Command for aggregation. |
void |
CompositeCommand.unregister(Command command)
Unregisters a
Command from aggregation. |
| Constructor and Description |
|---|
CompositeCommand(Command... commands)
Creates a
CompositeCommand with given commands. |
Copyright © 2019 Saxonia Systems AG. All rights reserved.