Package net.infonode.gui
Interface ScrollableBoxListener
-
public interface ScrollableBoxListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchanged(ScrollableBox box)voidscrolledLeft(ScrollableBox box)voidscrolledRight(ScrollableBox box)
-
-
-
Method Detail
-
scrolledLeft
void scrolledLeft(ScrollableBox box)
-
scrolledRight
void scrolledRight(ScrollableBox box)
-
changed
void changed(ScrollableBox box)
-
-