Uses of Interface
response.logic.ApplicationResponseProvider
                
            Packages that use ApplicationResponseProvider
            
            Package
                Description
                
                - 
                        
Uses of ApplicationResponseProvider in authentication
Classes in authentication that implement ApplicationResponseProviderMethods in authentication with parameters of type ApplicationResponseProviderModifier and TypeMethodDescriptionfinal voidAuthLogic.auth(String username, char[] password, ApplicationResponseProvider<AuthorizeResponse>... providers)  - 
                        
Uses of ApplicationResponseProvider in command.logic
Constructors in command.logic with parameters of type ApplicationResponseProviderModifierConstructorDescriptionCommandExecutor(ArrayList<CommandDescription> commands, InputStream input, CommandMode mode, ApplicationResponseProvider<CommandStatusResponse>... providers) Constructor :/ - 
                        
Uses of ApplicationResponseProvider in command.logic.external.reciever
Classes in command.logic.external.reciever that implement ApplicationResponseProviderConstructors in command.logic.external.reciever with parameters of type ApplicationResponseProviderModifierConstructorDescriptionArgumentRouteCommandReceiver(ModuleHandler<Route> handler, ApplicationResponseProvider<CommandStatusResponse>... providers) ExecuteScriptReceiver(ApplicationResponseProvider<CommandStatusResponse>... providers) NonArgumentReceiver(ApplicationResponseProvider<CommandStatusResponse>... providers)  - 
                        
Uses of ApplicationResponseProvider in gui.controller.auth
Classes in gui.controller.auth that implement ApplicationResponseProvider - 
                        
Uses of ApplicationResponseProvider in gui.controller.command
Classes in gui.controller.command that implement ApplicationResponseProvider - 
                        
Uses of ApplicationResponseProvider in gui.controller.register
Classes in gui.controller.register that implement ApplicationResponseProvider - 
                        
Uses of ApplicationResponseProvider in gui.controller.visualization.component
Classes in gui.controller.visualization.component that implement ApplicationResponseProvider - 
                        
Uses of ApplicationResponseProvider in gui.model.listener
Classes in gui.model.listener that implement ApplicationResponseProviderModifier and TypeClassDescriptionclassclass - 
                        
Uses of ApplicationResponseProvider in listen.logic
Methods in listen.logic with parameters of type ApplicationResponseProviderModifier and TypeMethodDescriptionfinal ServerListener<T>ServerListener.addListeners(ApplicationResponseProvider<BaseResponse>... providers) final ServerListener<T>ServerListener.removeListeners(ApplicationResponseProvider<BaseResponse>... providers)  - 
                        
Uses of ApplicationResponseProvider in request.logic.sender
Classes in request.logic.sender that implement ApplicationResponseProviderModifier and TypeClassDescriptionclassArgumentRequestSender<T extends Serializable>classclassclassclassclassclassclassclassMethods in request.logic.sender with parameters of type ApplicationResponseProviderModifier and TypeMethodDescriptionvoidRequestSender.removeListener(ApplicationResponseProvider<BaseResponse> provider) final voidShowCollectionRequestSender.sendCollectionRequest(ApplicationResponseProvider<ShowCollectionResponse>... providers) final voidArgumentRequestSender.sendCommand(CommandDescription command, String[] args, T argument, ServerConnection connection, ApplicationResponseProvider<CommandStatusResponse>... providers) final voidCommandRequestSender.sendCommand(CommandDescription command, String[] args, ServerConnection connection, ApplicationResponseProvider<CommandStatusResponse>... providers) final voidAuthorizationRequestSender.sendLoginRequest(AuthenticationData data, ApplicationResponseProvider<AuthorizeResponse>... providers) final voidLoginRequestSender.sendLoginRequest(BaseRequest request, ApplicationResponseProvider<AuthorizeResponse>... providers) final voidRegistrationRequestSender.sendRegisterRequest(RegistrationData data, ApplicationResponseProvider<AuthorizeResponse>... providers) final voidRequestSender.sendRequest(BaseRequest request, ServerConnection connection, ProviderRuleSet[] ruleSets, ApplicationResponseProvider<BaseResponse>... providers) final voidRequestSender.sendRequest(BaseRequest request, ServerConnection connection, ApplicationResponseProvider<BaseResponse>... providers)