java.lang.Objecttelosys.objects.ScreenMessage
ScreenMessage object
This object contains an application message with a "code", a "text" and a "type"
(received in the XML ScreenResponse).
It is the "client-side" JavaScript object corresponding to the ScreenMessage Java object on the "server-side"
Constructor Summary | |
ScreenMessage(number code,
string text,
number type)
Constructor |
Method Summary | |
number |
getCode()
Returns the code of the message |
string |
getText()
Returns the text of the message |
number |
getType()
Returns the type of the message |
string |
toString_()
Returns the message description (code,text and type) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScreenMessage(number code, string text, number type)
code
- text
- type
- Method Detail |
public number getCode()
public string getText()
public number getType()
public string toString_()