Uses of
Interface
command.manager.commands.intrface.BaseCommand
Packages that use BaseCommand
Package
Description
-
Uses of BaseCommand in command.manager
Methods in command.manager that return BaseCommandModifier and TypeMethodDescriptionCommandManager.fromDescription
(CommandDescription description) Methods in command.manager that return types with arguments of type BaseCommand -
Uses of BaseCommand in command.manager.commands
Classes in command.manager.commands that implement BaseCommandModifier and TypeClassDescriptionclass
Adds new element to collection.class
Add element if it's value greater than max value.class
Adds element if it's value lower than min value.class
Clears collectionclass
Shows count of the elements greater than distance value.class
class
Terminates the application (without saving collection).class
Shows reference about available commands.class
Shows information about the collection.class
Returns element from collection with min creation date.class
Prints all distance fields in ascending sorting.class
Removes element from collection by id.class
Removes elements from collection greater than given in argument.class
Deprecated.Deprecated since 2.0 because file logic now are out of supportclass
Shows every element of the collection in toString() interpretation.class
Updates element by its ID. -
Uses of BaseCommand in command.manager.preprocessing
Methods in command.manager.preprocessing with parameters of type BaseCommandModifier and TypeMethodDescriptionvoid
CommandPreProcessorManager.preProceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) -
Uses of BaseCommand in command.manager.preprocessing.processors
Methods in command.manager.preprocessing.processors with parameters of type BaseCommandModifier and TypeMethodDescriptionvoid
CommandAuthorizePreProcessor.proceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) void
CommandPreProcessor.proceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) -
Uses of BaseCommand in command.manager.server.commands
Classes in command.manager.server.commands that implement BaseCommand