CreateHabitCommand
.See: Description
Interface | Description |
---|---|
CommandRunner.Listener |
Interface implemented by objects that want to receive an event whenever a
command is executed.
|
Class | Description |
---|---|
ArchiveHabitsCommand |
Command to archive a list of habits.
|
ChangeHabitColorCommand |
Command to change the color of a list of habits.
|
Command |
A Command represents a desired set of changes that should be performed on the
models.
|
CommandRunner |
A CommandRunner executes and undoes commands.
|
CreateHabitCommand |
Command to create a habit.
|
DeleteHabitsCommand |
Command to delete a list of habits.
|
EditHabitCommand |
Command to modify a habit.
|
ToggleRepetitionCommand |
Command to toggle a repetition.
|
UnarchiveHabitsCommand |
Command to unarchive a list of habits.
|
CreateHabitCommand
.