JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Method Summary
Methods
Modifier and Type
Method and Description
void
logMessage (String message)
Sends the supplied message to the log area.
void
statusMessage (String message)
Sends the supplied message to the status line.
Method Detail
logMessage
void logMessage(String message)
Sends the supplied message to the log area. These message will typically
have the current timestamp prepended, and be viewable as a history.
Parameters: message
- the log message
statusMessage
void statusMessage(String message)
Sends the supplied message to the status line. These messages are
typically one-line status messages to inform the user of progress
during processing (i.e. it doesn't matter if the user doesn't happen
to look at each message)
Parameters: message
- the status message.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2012 University of Waikato, Hamilton, NZ . All Rights Reserved.