Uses of Class
rocks.xmpp.core.stanza.IQEvent
-
Packages that use IQEvent Package Description rocks.xmpp.core.stanza Provides classes for XML stanza management (message, presence, IQ). -
-
Uses of IQEvent in rocks.xmpp.core.stanza
Methods in rocks.xmpp.core.stanza with parameters of type IQEvent Modifier and Type Method Description voidInboundIQHandler. handleInboundIQ(IQEvent e)Handles an inbound IQ.voidOutboundIQHandler. handleOutboundIQ(IQEvent e)Handles an outbound IQ.
-