use of org.robobinding.widget.EventCommand in project RoboBinding by RoboBinding.
the class OnFocusChangeAttributeTest method setUp.
@Before
public void setUp() {
attribute = new OnFocusChangeAttribute();
eventCommand = new EventCommand();
}
use of org.robobinding.widget.EventCommand in project RoboBinding by RoboBinding.
the class OnTouchAttributeTest method setUp.
@Before
public void setUp() {
attribute = new OnTouchAttribute();
eventCommand = new EventCommand();
}
Aggregations