public class RemoteObservableListener
extends java.lang.Object
| Constructor and Description | 
|---|
RemoteObservableListener()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onClosed()
Override this to know when the client closed the remote observable. 
 | 
void | 
onSubscribed()
Override this to know when first client subscribed to the observable 
 | 
void | 
onUnsubscribe()
Called when ALL clients have unsubscribed. 
 | 
public void onSubscribed()
public void onUnsubscribe()
public void onClosed()