
org.robobinding.supportwidget.swiperefreshlayout.RefreshEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of extras Show documentation
Show all versions of extras Show documentation
A set of RoboBinding Code Generation tools by utilizing Java annotation processors
The newest version!
package org.robobinding.supportwidget.swiperefreshlayout;
import org.robobinding.widget.view.AbstractViewEvent;
import android.support.v4.widget.SwipeRefreshLayout;
/**
*
* @since
* @version
* @author Liang Song
*/
public class RefreshEvent extends AbstractViewEvent {
public RefreshEvent(SwipeRefreshLayout view) {
super(view);
}
@Override
public SwipeRefreshLayout getView() {
return (SwipeRefreshLayout) super.getView();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy