Interface CommandPreProcessor
- All Known Implementing Classes:
CommandAuthorizePreProcessor
public interface CommandPreProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
proceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection)
-
Method Details
-
proceed
void proceed(BaseCommand command, CallerBack callerBack, ServerConnection connection) throws PreProceedingFailedException, ProcessionInterruptedException
-