public class OperatorAdapterViewOnItemClick extends java.lang.Object implements rx.Observable.OnSubscribe<OnItemClickEvent>
| Constructor and Description |
|---|
OperatorAdapterViewOnItemClick(android.widget.AdapterView<?> adapterView) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(rx.Subscriber<? super OnItemClickEvent> observer) |
public OperatorAdapterViewOnItemClick(android.widget.AdapterView<?> adapterView)
public void call(rx.Subscriber<? super OnItemClickEvent> observer)
call in interface rx.functions.Action1<rx.Subscriber<? super OnItemClickEvent>>