
org.robobinding.supportwidget.swiperefreshlayout.SwipeRefreshLayoutBinding Maven / Gradle / Ivy
package org.robobinding.supportwidget.swiperefreshlayout;
import org.robobinding.viewbinding.BindingAttributeMappings;
import org.robobinding.viewbinding.ViewBinding;
import android.support.v4.widget.SwipeRefreshLayout;
/**
*
* @since
* @version
* @author Liang Song
*/
public class SwipeRefreshLayoutBinding implements
ViewBinding {
@Override
public void mapBindingAttributes(
BindingAttributeMappings mappings) {
mappings.mapEvent(OnRefreshAttribute.class, "onRefresh");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy