Interface ViewListener
- All Known Implementing Classes:
FieldPanelCoordinator
,LayoutLockedFieldPanelCoordinator
,LineLockedFieldPanelCoordinator
public interface ViewListener
Listener interface for notification when the top of screen position changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
viewChanged
(FieldPanel fp, BigInteger index, int xOffset, int yOffset) Notifies the listener that the top of the screen has changed position.
-
Method Details
-
viewChanged
Notifies the listener that the top of the screen has changed position.- Parameters:
fp
- the field panel whose view changed.index
- the index of the layout at the top of the screen.xOffset
- the x coordinate of the layout displayed at the left of the screen.yOffset
- the y coordinate of the layout displayed at the top of the screen.
-