Package rocks.xmpp.core.stanza
Interface InboundPresenceHandler
-
- All Known Implementing Classes:
AbstractEntityCapabilities1Protocol
,AbstractEntityCapabilities2Protocol
,AbstractEntityCapabilitiesProtocol
,ClientEntityCapabilities1Protocol
,ClientEntityCapabilities2Protocol
,PingManager
,ReachabilityManager
,VCardBasedAvatarsProtocol
- 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 InboundPresenceHandler
Functional interface for handling inbound presences.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleInboundPresence(PresenceEvent e)
Handles an inbound presence.
-
-
-
Method Detail
-
handleInboundPresence
void handleInboundPresence(PresenceEvent e)
Handles an inbound presence.- Parameters:
e
- The presence event.
-
-