public interface IViewportListener
Note: This listener will not be notified when the viewer is resized.
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
viewportChanged(int verticalOffset)
Informs that the view port changed.
|
void viewportChanged(int verticalOffset)
Note: This event will not be sent when the viewer is resized.
verticalOffset
- the vertical offset measured in pixels
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.