|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageCallback
Application message handling callback. Implement this interface to receive messages.
Field Summary | |
---|---|
static int |
NO_FLAGS
No flags. |
static int |
RESPONSE_EXPECTED
Response is expected (message is RPC request). |
Method Summary | |
---|---|
void |
handleMessage(Message message,
int flags)
Handle message. |
Field Detail |
---|
static final int NO_FLAGS
static final int RESPONSE_EXPECTED
Method Detail |
---|
void handleMessage(Message message, int flags)
message
- Message sent from other agent.flags
- Bitwise OR of NO_FLAGS
, RESPONSE_EXPECTED
.
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |