|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.SAWS.callback.SAWSTextOutputCallback
public class SAWSTextOutputCallback
This class represents a Callback for displaying data to the user.
Field Summary | |
---|---|
static int |
ERROR
Represents error messages. |
static int |
INFORMATION
Represents information messages. |
static int |
LONG_MESSAGE
Represents long messages. |
static int |
WARNING
Represents warning messages. |
Constructor Summary | |
---|---|
SAWSTextOutputCallback(int messageType,
java.lang.String message)
Constructor of the class. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Method that returns the message to be displayed. |
int |
getMessageType()
Method that returns the message type (INFORMATION, WARNING, ERROR or LONG_MESSAGE). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INFORMATION
public static final int WARNING
public static final int ERROR
public static final int LONG_MESSAGE
Constructor Detail |
---|
public SAWSTextOutputCallback(int messageType, java.lang.String message)
messageType
- Type of the message.message
- Message to be dusplayed.Method Detail |
---|
public int getMessageType()
public java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |