package edu.mit.mitmobile2; public interface SliderInterface extends ScreenInterface { public LockingScrollView getVerticalScrollView(); //public void setPosition(int pos, int count); // last should display "load more" // TODO make interface instead? need "add more" method //public void setCallback(SliderActivity sa); }