Uses of Interface
org.jivesoftware.smack.fsm.ConnectionStateMachineListener
-
Packages that use ConnectionStateMachineListener Package Description org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections. -
-
Uses of ConnectionStateMachineListener in org.jivesoftware.smack.c2s
Methods in org.jivesoftware.smack.c2s with parameters of type ConnectionStateMachineListener Modifier and Type Method Description void
ModularXmppClientToServerConnection. addConnectionStateMachineListener(ConnectionStateMachineListener connectionStateMachineListener)
boolean
ModularXmppClientToServerConnection. removeConnectionStateMachineListener(ConnectionStateMachineListener connectionStateMachineListener)
-