V
- the type of View
upon which to perform the action.T
- the type being observedpublic abstract class ViewAction1<V extends android.view.View,T>
extends java.lang.Object
implements rx.functions.Action1<T>
Action1
implementation specific for View
s.Constructor and Description |
---|
ViewAction1(V view) |
Modifier and Type | Method and Description |
---|---|
void |
call(T t) |
abstract void |
call(V view,
T t)
Implement this instead of
Action1.call(Object) . |
public ViewAction1(V view)