Package rocks.xmpp.core.stanza
Interface InboundMessageHandler
-
- All Known Implementing Classes:
ChatStateManager,ContactExchangeManager,HttpAuthenticationManager,InBandByteStreamManager,MessageDeliveryReceiptsManager,MultiUserChatManager,PingManager,ReachabilityManager,RealTimeTextManager,UserAvatarProtocol
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface InboundMessageHandler
Functional interface for handling inbound messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleInboundMessage(MessageEvent e)Handles an inbound message.
-
-
-
Method Detail
-
handleInboundMessage
void handleInboundMessage(MessageEvent e)
Handles an inbound message.- Parameters:
e- The message event.
-
-