Package com.smartgwt.client.callbacks
Interface MessagingConnectionUpCallback
public interface MessagingConnectionUpCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Called when the messaging connection allowing the server to send messages to the client is established - whether that's the result of an initial connect() or a re-establishment after it is severed.
-
Method Details
-
execute
void execute()Called when the messaging connection allowing the server to send messages to the client is established - whether that's the result of an initial connect() or a re-establishment after it is severed.
-