Class PauseClient
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ProgramComponent
org.a11y.brlapi.Program
org.a11y.brlapi.Client
org.a11y.brlapi.clients.PauseClient
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
ApiExceptionClient, WriteArgumentsClient, WriteDotsClient, WriteTextClient
-
Nested Class Summary
Nested classes/interfaces inherited from class Client
Client.ClientTask, Client.RawModeTask, Client.TtyModeTaskNested classes/interfaces inherited from class Program
Program.Option -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final byteFields inherited from class Program
USAGE_OPTIONAL_BEGIN, USAGE_OPTIONAL_END, USAGE_REPEATING_INDICATORFields inherited from class ProgramComponent
EXIT_CODE_EXTERNAL, EXIT_CODE_INTERNAL, EXIT_CODE_SEMANTIC, EXIT_CODE_SUCCESS, EXIT_CODE_SYNTAXFields inherited from class Component
BYTE_MASK, UNICODE_BRAILLE_ROW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidextendUsageSummary(StringBuilder usage) protected final intprotected final booleanpause(Connection connection) protected voidrunClient(Connection connection) Methods inherited from class Client
getParameter, pause, rawMode, rawMode, runProgram, setAuthenticationScheme, setServerHost, ttyMode, ttyModeMethods inherited from class Program
addOption, addOptionalParameters, addRepeatingParameter, addRequiredParameters, getProgramName, getPurpose, getUsageSummary, isClient, onProgramException, processParameters, run, setProgramName, writeProgramMessageMethods inherited from class ProgramComponent
isClient, isClientMethods inherited from class Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
Field Details
-
MINIMUM_WAIT_TIME
public static final byte MINIMUM_WAIT_TIME- See Also:
-
DEFAULT_WAIT_TIME
public static final byte DEFAULT_WAIT_TIME- See Also:
-
-
Constructor Details
-
PauseClient
-
-
Method Details
-
getWaitTime
protected final int getWaitTime() -
pause
-
extendUsageSummary
- Overrides:
extendUsageSummaryin classClient
-
runClient
- Specified by:
runClientin classClient- Throws:
ProgramException
-