public interface IViewpointListener
Viewpoint
s.Modifier and Type | Method and Description |
---|---|
void |
viewpointChanged(ViewpointEvent event)
Notifies that a
Viewpoint related changed occurred. |
void viewpointChanged(ViewpointEvent event)
Viewpoint
related changed occurred. Specific details
are described in the ViewpointChangedEvent
.event
- the viewpoint event. Guaranteed not to be null
.