Package org.atmosphere.gwt20.client
Interface AtmosphereSubscriber
-
- All Known Implementing Classes:
Atmosphere
public interface AtmosphereSubscriber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AtmosphereRequestsubscribe(RequestConfig requestConfig)voidunsubscribe()voidunsubscribeUrl(java.lang.String url)
-
-
-
Method Detail
-
subscribe
AtmosphereRequest subscribe(RequestConfig requestConfig)
-
unsubscribe
void unsubscribe()
-
unsubscribeUrl
void unsubscribeUrl(java.lang.String url)
-
-