Uses of Interface
org.jivesoftware.smack.ReconnectionListener
-
Packages that use ReconnectionListener Package Description org.jivesoftware.smack Core classes of the Smack API. -
-
Uses of ReconnectionListener in org.jivesoftware.smack
Methods in org.jivesoftware.smack with parameters of type ReconnectionListener Modifier and Type Method Description booleanReconnectionManager. addReconnectionListener(ReconnectionListener listener)Add a new reconnection listener.booleanReconnectionManager. removeReconnectionListener(ReconnectionListener listener)Remove a reconnection listener.
-