public abstract class ViewpointEvent
extends java.lang.Object
Viewpoint
s.
This class is not intended to be extended by clients.
Modifier and Type | Field and Description |
---|---|
static int |
ENABLE_VIEWPOINT_CHANGED
Specifies an event for changes to the
Viewpoint
enabled in the IViewpointManager . |
static int |
REGISTER
Specifies an event for registered a
Viewpoint
with the IViewpointManager . |
static int |
REGISTER_VIEWPONT_ELEMENT
Specifies an event for registered a
Viewpoint
with the IViewpointManager . |
static int |
UNREGISTER
Specifies an event for unregistered a
Viewpoint
from the IViewpointManager . |
static int |
UNREGISTER_VIEWPONT_ELEMENT
Specifies an event for registered a
Viewpoint
with the IViewpointManager . |
static int |
VIEWPOINT_CHANGED
Specifies an event for changes to a
Viewpoint . |
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Return the event type.
|
Viewpoint |
getViewpoint()
Return the affected viewpoint.
|
public static final int VIEWPOINT_CHANGED
Viewpoint
.public static final int ENABLE_VIEWPOINT_CHANGED
Viewpoint
enabled in the IViewpointManager
.public static final int REGISTER
Viewpoint
with the IViewpointManager
.public static final int UNREGISTER
Viewpoint
from the IViewpointManager
.public static final int REGISTER_VIEWPONT_ELEMENT
Viewpoint
with the IViewpointManager
.public static final int UNREGISTER_VIEWPONT_ELEMENT
Viewpoint
with the IViewpointManager
.public int getEventType()
public Viewpoint getViewpoint()