Interface ErrorUpdateCommand

All Superinterfaces:
Command<ErrorState>, Serializable, UpdateCommand<ErrorId,ErrorState>
All Known Subinterfaces:
ErrorLabelUpdateCommand, UpdateValidationCommand, ValidationDisabledUpdateCommand
All Known Implementing Classes:
ImmutableErrorLabelUpdateCommand, ImmutableUpdateValidationCommand, ImmutableValidationDisabledUpdateCommand

public interface ErrorUpdateCommand extends UpdateCommand<ErrorId,ErrorState>