| Interface | Description |
|---|---|
| ControlEventListener |
This is the basic listener interface for all the ControlEvents
|
| VisualEventListener |
This is the basic listener interface for all the VisualEvents
|
| Class | Description |
|---|---|
| AttachEvent |
The AttachEvent indicates that a MovableSpatialObject is attached to an other.
|
| ControlEvent |
A ControlEvent is used to control the simulation from the visualization GUI.
|
| CreateVisibleObjectEvent |
This event occurs when a SpatialObject (or MovableSpatialObject) is created.
|
| DetachEvent |
The AttachEvent indicates that a MovableSpatialObject is detached.
|
| MoveEvent |
The MoveEvent indicates the event when a SpatialObject is be moving or a new position is set.
|
| MovementInterruptEvent |
A MovementInterruptEvent indicates that a MovabelSpatialSimProcess's movement has been interrupted.
|
| RemoveEvent |
A RemoveEvent indicates that a SpatialObject isn't needed anymore.
|
| RotateEvent |
The RotationEvent indicates the event when a SpatialObject is be rotated or a new angle is set.
|
| RotationInterruptEvent |
A RotationInterruptEvent indicates that a MovabelSpatialSimProcess's rotation has been interrupted.
|
| SetOrientationEvent |
This is an event which signals the reset of the rotation by an object.
|
| SetPositionEvent |
This event indicates the setting of a new position for a SpatialObject.
|
| SetVisibleEvent |
This event sets the visibility of the visible representation of an
object.
|
| VisualEvent |
This is the basic class for all the events which indicate the changing of the spatial attributes.
|
| VisualEventTransmitter |
This class is responsible for firing the SpatialEvents.
|