Interface Command

All Known Subinterfaces:
ResultCallback
All Known Implementing Classes:
CallbackCommand, CloseFileCommand, CompoundCommand, CopyContentCommand, CreateFileCommand, DeleteFileCommand, DoNothingCommand, MoveFileCommand, OpenFileCommand, ReduceQuotaCommand, RemoveNoContentFileOnError, RemoveTempFileCommand, RenameFileCommand, RestoreFileCommand, ReturnValueCommand, SoftRenameFileCommand, UpdateQuotaCommand

public interface Command
A Command is something that must be done. Commands are higher level than Operations. So a rule returns a command or set of commands to implement an operation.