API / geotoolkit3d / Event / Event
geotoolkit3d.Event.Event
An event object used to propagate notification details when something occurs in the 3D scenegraph.
One could listen to events occurring on any node of the plot by adding a listener/callback on the geotoolkit3d.Plot.
Note that you can also send custom events from your nodes to implement your application's logic.
See Type for built-in events.
| Name | Type |
|---|---|
T | any |
Constructors
Methods
▸ dispose(): null
disposes this event
null
▸ getArgs(): T
Returns event's arguments
T
The events arguments
▸ getClassName(): string
string
▸ getSource(): Source
Returns event's source
The event source
▸ getType(): string
Returns event's type
string
The event type
▸ Static getClassName(): string
string