Uses of Interface
org.jivesoftware.smackx.fallback_indication.FallbackIndicationListener
-
Packages that use FallbackIndicationListener Package Description org.jivesoftware.smackx.fallback_indication Smack's API for XEP-0428: Fallback Indication. -
-
Uses of FallbackIndicationListener in org.jivesoftware.smackx.fallback_indication
Methods in org.jivesoftware.smackx.fallback_indication with parameters of type FallbackIndicationListener Modifier and Type Method Description voidFallbackIndicationManager. addFallbackIndicationListener(FallbackIndicationListener listener)Register aFallbackIndicationListenerthat gets notified whenever a message that contains aFallbackIndicationElementis received.voidFallbackIndicationManager. removeFallbackIndicationListener(FallbackIndicationListener listener)Unregister aFallbackIndicationListener.
-