Uses of Class
com.pusher.client.connection.ConnectionStateChange

Packages that use ConnectionStateChange
com.pusher.client.channel.impl   
com.pusher.client.connection Classes related to the Pusher connection, connection state and monitoring connection state changes. 
com.pusher.client.example Examples that can be executed as part of testing from the built .jar. 
 

Uses of ConnectionStateChange in com.pusher.client.channel.impl
 

Methods in com.pusher.client.channel.impl with parameters of type ConnectionStateChange
 void ChannelManager.onConnectionStateChange(ConnectionStateChange change)
           
 

Uses of ConnectionStateChange in com.pusher.client.connection
 

Methods in com.pusher.client.connection with parameters of type ConnectionStateChange
 void ConnectionEventListener.onConnectionStateChange(ConnectionStateChange change)
          Callback that is fired whenever the ConnectionState of the Connection changes.
 

Uses of ConnectionStateChange in com.pusher.client.example
 

Methods in com.pusher.client.example with parameters of type ConnectionStateChange
 void PrivateChannelExampleApp.onConnectionStateChange(ConnectionStateChange change)
           
 void PresenceChannelExampleApp.onConnectionStateChange(ConnectionStateChange change)
           
 void ExampleApp.onConnectionStateChange(ConnectionStateChange change)
           
 



Copyright © 2013 Pusher. All Rights Reserved.