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 TypeClassDescriptionclassAdds new element to collection.classAdd element if it's value greater than max value.classAdds element if it's value lower than min value.classClears collectionclassShows count of the elements greater than distance value.classclassTerminates the application (without saving collection).classShows reference about available commands.classShows information about the collection.classReturns element from collection with min creation date.classPrints all distance fields in ascending sorting.classRemoves element from collection by id.classRemoves elements from collection greater than given in argument.classDeprecated.Deprecated since 2.0 because file logic now are out of supportclassShows every element of the collection in toString() interpretation.classUpdates element by its ID. - 
                        
Uses of BaseCommand in command.manager.preprocessing
Methods in command.manager.preprocessing with parameters of type BaseCommandModifier and TypeMethodDescriptionvoidCommandPreProcessorManager.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 TypeMethodDescriptionvoidCommandAuthorizePreProcessor.proceed(BaseCommand command, CallerBack callerBack, ServerConnection connection) voidCommandPreProcessor.proceed(BaseCommand command, CallerBack callerBack, ServerConnection connection)  - 
                        
Uses of BaseCommand in command.manager.server.commands
Classes in command.manager.server.commands that implement BaseCommand