com.lamatek.tags.google
Interface GoogleMapEventListener

All Known Implementing Classes:
GoogleMapBoxTag, GoogleMapCircleTag, GoogleMapMarkerTag, GoogleMapPolygonTag, GoogleMapPolylineTag, GoogleMapTag

public interface GoogleMapEventListener

GoogleMapEventListener This method is implemented in all tags that can handle events. Developers should not override this class.

Version:
0.40
Author:
Tom Cole

Method Summary
 void addEvent(GoogleMapEventTag event)
          Adds a GoogleMapEventTag to the list of available events.
 java.util.Vector getEvents()
          Returns the current list of event listeners.
 

Method Detail

addEvent

void addEvent(GoogleMapEventTag event)
Adds a GoogleMapEventTag to the list of available events.

Parameters:
event - A GoogleMapEventTag.

getEvents

java.util.Vector getEvents()
Returns the current list of event listeners.

Returns:
A Vector of GoogleMapEventTags