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