Uses of Interface
core.provider.ExceptionProvider
Packages that use ExceptionProvider
Package
Description
-
Uses of ExceptionProvider in authentication
Classes in authentication that implement ExceptionProvider -
Uses of ExceptionProvider in command.logic
Classes in command.logic that implement ExceptionProvider -
Uses of ExceptionProvider in command.logic.external.reciever
Classes in command.logic.external.reciever that implement ExceptionProvider -
Uses of ExceptionProvider in core.provider
Subinterfaces of ExceptionProvider in core.provider -
Uses of ExceptionProvider in gui.component
Classes in gui.component that implement ExceptionProvider -
Uses of ExceptionProvider in gui.controller.auth
Classes in gui.controller.auth that implement ExceptionProviderConstructors in gui.controller.auth with parameters of type ExceptionProviderModifierConstructorDescriptionAuthActionListener
(JTextField usernameField, JPasswordField passwordField, AuthActionListenerCallback callback, ExceptionProvider provider) -
Uses of ExceptionProvider in gui.controller.command
Classes in gui.controller.command that implement ExceptionProviderConstructors in gui.controller.command with parameters of type ExceptionProviderModifierConstructorDescriptionCommandExecuteButtonController
(CommandDescription description, JTextField argsField, CommandCallback callback, ExceptionProvider... providers) -
Uses of ExceptionProvider in gui.controller.main
Classes in gui.controller.main that implement ExceptionProviderConstructors in gui.controller.main with parameters of type ExceptionProviderModifierConstructorDescriptionCommandButtonFactory
(JPanel panelToFill, RepaintCallback callback, ExceptionProvider... providers) -
Uses of ExceptionProvider in gui.controller.register
Classes in gui.controller.register that implement ExceptionProviderConstructors in gui.controller.register with parameters of type ExceptionProviderModifierConstructorDescriptionRegisterActionListener
(JTextField userNameField, JTextField loginField, JPasswordField passwordField, AuthActionListenerCallback callback, ExceptionProvider provider) -
Uses of ExceptionProvider in gui.controller.visualization.component
Classes in gui.controller.visualization.component that implement ExceptionProvider -
Uses of ExceptionProvider in gui.controller.visualization.component.callback
Subinterfaces of ExceptionProvider in gui.controller.visualization.component.callback -
Uses of ExceptionProvider in gui.frame
Classes in gui.frame that implement ExceptionProviderModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ExceptionProvider in gui.model
Classes in gui.model that implement ExceptionProvider -
Uses of ExceptionProvider in gui.model.listener
Classes in gui.model.listener that implement ExceptionProviderModifier and TypeClassDescriptionclass
class
-
Uses of ExceptionProvider in listen.logic
Classes in listen.logic that implement ExceptionProvider -
Uses of ExceptionProvider in request.logic.sender
Classes in request.logic.sender that implement ExceptionProviderModifier and TypeClassDescriptionclass
ArgumentRequestSender<T extends Serializable>
class
class
class
class
class
class
class
class
class
Methods in request.logic.sender with parameters of type ExceptionProviderModifier and TypeMethodDescriptionvoid
RemoveFromCollectionRequestSender.sendRemoveRequest
(long elementID, ExceptionProvider... providers) void
SuppressResponseRequestSender.sendRequestAndSuppressResponse
(BaseRequest request, ServerConnection connection, ExceptionProvider... providers) -
Uses of ExceptionProvider in response.logic
Subinterfaces of ExceptionProvider in response.logicModifier and TypeInterfaceDescriptioninterface
ApplicationResponseProvider<T extends BaseResponse>
Classes in response.logic that implement ExceptionProviderMethods in response.logic with parameters of type ExceptionProviderModifier and TypeMethodDescriptionfinal BaseResponse
IntermediateResponseHandler.proceedIntermediateResponse
(ExceptionProvider... providers) -
Uses of ExceptionProvider in server.logic.abstrct
Subinterfaces of ExceptionProvider in server.logic.abstrctModifier and TypeInterfaceDescriptioninterface
interface
Base observer interface for accepting responses