org.zkoss.gmaps.event
Interface MapDataListener


public interface MapDataListener

Defines the methods used to listener when the content of MapModel is changed.

Author:
henrichen
See Also:
MapModel, MapDataEvent

Method Summary
 void onChange(MapDataEvent event)
          Sent when the contents of the Maps has changed.
 

Method Detail

onChange

void onChange(MapDataEvent event)
Sent when the contents of the Maps has changed.

Parameters:
event -


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.