OpenScales events are strongly typed, dispatched using the map as an event bus. They have a name, and usually carry the context of the event.
| Class | Description | |
|---|---|---|
| DrawingEvent | Event related to the drawing action : In order to not mix all handler (pan, drawing...), this event can determine when you're drawing. | |
| FeatureEvent | Event related to a Feature. | |
| GetFeatureInfoEvent | Event allowing to get information about a WMS feature when we click on it. | |
| LayerEvent | Event related to a layer. | |
| MapEvent | Event related to a map. | |
| OpenScalesEvent | Abstract base event for all OpenScales events | |
| TileEvent | Event related to a tile | |
| TraceEvent | Event related to trace messages. | |
| ZoomBoxEvent | Event related to zoombox |