org.riotfamily.riot.list.command |
Provides classes to perform operations on a list or list-item.
|
Java Source File Name | Type | Comment |
Command.java | Interface | Interface to be implemented by classes that perform operations on lists
or list items.
NOTE: Implementations must be thread-safe. |
CommandContext.java | Interface | Context passed to commands during command execution. |
CommandResult.java | Interface | Result returned by commands. |
CommandState.java | Class | |