-
- All Implemented Interfaces:
public interface ChatEventHandlerHandler responsible for deciding whether the set of channels should be updated after receiving the particular event.
-
-
Method Summary
Modifier and Type Method Description abstract EventHandlingResulthandleChatEvent(ChatEvent event, FilterObject filter, Channel cachedChannel)Computes the event handling result. -
-
Method Detail
-
handleChatEvent
abstract EventHandlingResult handleChatEvent(ChatEvent event, FilterObject filter, Channel cachedChannel)
Computes the event handling result.
- Parameters:
event- ChatEvent that may contain updates for the set of channels.filter- FilterObject associated with the set of channels.cachedChannel- optional cached Channel object.
-
-
-
-