Package com.smartgwt.client.callbacks
Interface MessagingConnectionDownCallback
public interface MessagingConnectionDownCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute()Called when the messaging connection allowing the server to send messages to the client is disconnected.
- 
Method Details- 
executevoid execute()Called when the messaging connection allowing the server to send messages to the client is disconnected. This can occur either when you explicitly disconnect the connection or if a keepalive packet from the server does not arrive on time. This latter is defined as themessaging.keepaliveIntervalplus themessaging.keepaliveReestablishDelay. With default settings, a maximum of 4 seconds will elapse between the connection actually going down and you receiving this callback.
 
-