Package rocks.xmpp.core.stanza
Interface OutboundMessageHandler
-
- All Known Implementing Classes:
ChatStateManager
,MessageDeliveryReceiptsManager
- 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 OutboundMessageHandler
Functional interface for handling outbound messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleOutboundMessage(MessageEvent e)
Handles an outbound message.
-
-
-
Method Detail
-
handleOutboundMessage
void handleOutboundMessage(MessageEvent e)
Handles an outbound message.- Parameters:
e
- The message event.
-
-