public abstract class AbstractConnectionEvent<T extends ObservableConnection>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected rx.Observer |
connectedObserver |
protected T |
observableConnection |
Modifier | Constructor and Description |
---|---|
protected |
AbstractConnectionEvent(rx.Observer connectedObserver,
T observableConnection) |
Modifier and Type | Method and Description |
---|---|
rx.Observer |
getConnectedObserver() |
T |
getConnection() |
protected final T extends ObservableConnection observableConnection
protected final rx.Observer connectedObserver
protected AbstractConnectionEvent(rx.Observer connectedObserver, T observableConnection)
public rx.Observer getConnectedObserver()
public T getConnection()