Package rocks.xmpp.core.stanza
Interface InboundIQHandler
-
- All Known Implementing Classes:
PingManager
- 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 InboundIQHandler
Functional interface for handling inbound IQs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleInboundIQ(IQEvent e)
Handles an inbound IQ.
-
-
-
Method Detail
-
handleInboundIQ
void handleInboundIQ(IQEvent e)
Handles an inbound IQ.- Parameters:
e
- The IQ event.
-
-