public abstract class MessageHandler<T extends LCIMMessage> extends LCIMEventHandler
| Constructor and Description |
|---|
MessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onMessage(T message,
LCIMConversation conversation,
LCIMClient client) |
abstract void |
onMessageReceipt(T message,
LCIMConversation conversation,
LCIMClient client) |
abstract void |
onMessageReceiptEx(T message,
String operator,
LCIMConversation conversation,
LCIMClient client) |
protected void |
processEvent0(int operation,
Object operator,
Object operand,
Object eventScene) |
processEventpublic abstract void onMessage(T message, LCIMConversation conversation, LCIMClient client)
public abstract void onMessageReceipt(T message, LCIMConversation conversation, LCIMClient client)
public abstract void onMessageReceiptEx(T message, String operator, LCIMConversation conversation, LCIMClient client)
protected final void processEvent0(int operation,
Object operator,
Object operand,
Object eventScene)
processEvent0 in class LCIMEventHandlerCopyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.