|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpe.pase.ClientMessage
public class ClientMessage
The message that server announced to the online client.
| Field Summary | |
|---|---|
static int |
MSG_TYPE_BEEP
Message type: beep |
static int |
MSG_TYPE_DIALOG
Message type: dialog |
static int |
MSG_TYPE_DUMP
Message type: dump |
| Constructor Summary | |
|---|---|
ClientMessage(int type)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getMsgType()
Get the message type |
java.lang.Object |
getParam()
Get the parameter |
void |
setParam(java.lang.Object arg)
Set the parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MSG_TYPE_BEEP
public static final int MSG_TYPE_DIALOG
public static final int MSG_TYPE_DUMP
| Constructor Detail |
|---|
public ClientMessage(int type)
ClientMessage with the specified message type.
type - the given message type| Method Detail |
|---|
public int getMsgType()
public java.lang.Object getParam()
public void setParam(java.lang.Object arg)
arg - the given object
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||