Uses of Class
request.logic.CallerBack
                
            Packages that use CallerBack
            
            Package
                Description
                
                - 
                        
Uses of CallerBack in client.logic
Subclasses of CallerBack in client.logicMethods in client.logic that return CallerBackMethods in client.logic with parameters of type CallerBackModifier and TypeMethodDescriptionstatic AuthorizedUserDataAuthorizeManager.authorize(CallerBack requester, AuthenticationData regData) SessionHandler.getSession(CallerBack callerBack) static AuthorizedCallerBackAuthorizeManager.login(CallerBack requester) static AuthorizedUserDataAuthorizeManager.register(CallerBack requester, RegistrationData regData) Constructors in client.logic with parameters of type CallerBackModifierConstructorDescriptionAuthorizedCallerBack(AuthorizedUserData userData, CallerBack callerBack)  - 
                        
Uses of CallerBack in command.manager
Methods in command.manager with parameters of type CallerBackModifier and TypeMethodDescriptionvoidCommandManager.executeCommand(CommandClientRequest command, CallerBack requester, ServerConnection answerConnection) Universe method for command executing. - 
                        
Uses of CallerBack in command.manager.preprocessing
Methods in command.manager.preprocessing with parameters of type CallerBackModifier and TypeMethodDescriptionvoidCommandPreProcessorManager.preProceed(BaseCommand command, CallerBack callerBack, ServerConnection connection)  - 
                        
Uses of CallerBack in command.manager.preprocessing.processors
Methods in command.manager.preprocessing.processors with parameters of type CallerBackModifier and TypeMethodDescriptionvoidCommandAuthorizePreProcessor.proceed(BaseCommand command, CallerBack callerBack, ServerConnection connection) voidCommandPreProcessor.proceed(BaseCommand command, CallerBack callerBack, ServerConnection connection)  - 
                        
Uses of CallerBack in database.logic.user
Methods in database.logic.user with parameters of type CallerBackModifier and TypeMethodDescriptionDBUserManager.addUserToDatabase(CallerBack callerBack, RegistrationData data)  - 
                        
Uses of CallerBack in exception
Methods in exception that return CallerBackConstructors in exception with parameters of type CallerBack - 
                        
Uses of CallerBack in request.logic
Methods in request.logic that return CallerBackMethods in request.logic with parameters of type CallerBackModifier and TypeMethodDescriptionvoidStatusRequest.setCallerBack(CallerBack callerBack) StatusRequestBuilder.setCallerBack(CallerBack callerBack)  - 
                        
Uses of CallerBack in request.logic.request
Methods in request.logic.request that return CallerBackConstructors in request.logic.request with parameters of type CallerBackModifierConstructorDescriptionServerRequest(@NonNull BaseRequest request, @NonNull CallerBack from, @NonNull ServerConnection connection)  - 
                        
Uses of CallerBack in request.logic.worker
Methods in request.logic.worker with parameters of type CallerBackModifier and TypeMethodDescriptionstatic voidListenCollectionChangeHubWorker.removeCallerBack(CallerBack callerBack)  - 
                        
Uses of CallerBack in response.logic.sender
Methods in response.logic.sender with parameters of type CallerBackModifier and TypeMethodDescriptionvoidIntermediateResponseSender.sendLargeResponse(ByteArrayOutputStream bos, CallerBack to, ServerConnection connection) static voidResponseSender.sendResponse(BaseResponse response, ServerConnection connection, CallerBack to) protected static voidResponseSender.sendSyncResponse(BaseResponse response, ServerConnection connection, CallerBack to)