Package | Description |
---|---|
net.grinder.console |
The Grinder console.
|
net.grinder.console.common |
Common classes used by the console implementation.
|
net.grinder.console.communication |
Console communication.
|
net.grinder.console.model |
The console model.
|
net.grinder.console.swingui |
Swing implementation of the console.
|
net.grinder.console.textui |
Text UI for the console.
|
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ConsoleFoundation.UI.getErrorHandler()
Return an error handler to which errors should be reported.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorQueue
ErrorHandler that queues up its errors when a delegate
ErrorHandler is not available, and passes the errors
on when a delegate is available. |
Modifier and Type | Method and Description |
---|---|
void |
ErrorQueue.setErrorHandler(ErrorHandler errorHandler)
Set the delegate error handler.
|
Constructor and Description |
---|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority)
Constructor that uses a default idlePollDelay.
|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority,
long idlePollDelay,
long inactiveClientTimeOut)
Constructor.
|
Constructor and Description |
---|
SampleModelImplementation(ConsoleProperties properties,
StatisticsServices statisticsServices,
Timer timer,
Resources resources,
ErrorHandler errorHandler)
Creates a new
SampleModelImplementation instance. |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ConsoleUI.getErrorHandler()
Return an error handler that other classes can use to report
problems through the UI.
|
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
TextUI.getErrorHandler()
Return our error handler.
|
Copyright © 2000-2014. All Rights Reserved.