©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)

Public Member Functions | |
| void | preventDefault () |
| void | stopPropagation () |
| GEEventEmitter | getTarget () |
| GEEventEmitter | getCurrentTarget () |
| GEEventPhaseEnum | getEventPhase () |
| bool | getBubbles () |
| bool | getCancelable () |
| void KmlEvent.preventDefault | ( | ) |
Cancels the default action of the event. For example, calling this method in a placemark click handler prevents the placemark's default balloon from popping up.
| void KmlEvent.stopPropagation | ( | ) |
| GEEventEmitter KmlEvent.getTarget | ( | ) |
The object to which the KMLEvent was originally dispatched.
| GEEventEmitter KmlEvent.getCurrentTarget | ( | ) |
The target whose event listeners are currently being processed.
| GEEventPhaseEnum KmlEvent.getEventPhase | ( | ) |
The current stage of the flow of events.
| bool KmlEvent.getBubbles | ( | ) |
Indicates whether or not an event is a bubbling event.
| bool KmlEvent.getCancelable | ( | ) |
Indicates whether the event can be cancelled.