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) |
processEvent
public 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 LCIMEventHandler
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.