public class ViewActionSetClickable extends ViewAction1<android.view.View,java.lang.Boolean>
| Constructor and Description |
|---|
ViewActionSetClickable(android.view.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(android.view.View view,
java.lang.Boolean aBoolean)
Implement this instead of
Action1.call(Object). |
callpublic void call(android.view.View view,
java.lang.Boolean aBoolean)
ViewAction1Action1.call(Object).call in class ViewAction1<android.view.View,java.lang.Boolean>view - the view given in the constructor.aBoolean - the object being observed