Interface ViewPortListener
- All Known Subinterfaces:
ViewPortListenerEx1
- All Known Implementing Classes:
EventBuffer
public interface ViewPortListener
Defines the interface for an object that listens to changes in a view port.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the background color of the view port has changed.voidCalled when the extent of the view port has changed.voidCalled when the projection of the view port has changed.
-
Method Details
-
extentChanged
Called when the extent of the view port has changed.
- Parameters:
e- an extend event object
-
backColorChanged
Called when the background color of the view port has changed.
- Parameters:
e- a color event object
-
projectionChanged
Called when the projection of the view port has changed.
- Parameters:
e- a projection event object
-