package org.robobinding.widget.adapterview; /** * * @since 1.0 * @version $Revision: 1.0 $ * @author Robert */ public interface RowLayoutUpdater { void updateRowLayout(int layoutId); }