org.zkoss.gmaps.event
Class InfoChangeEvent

java.lang.Object
  extended by org.zkoss.zk.ui.event.Event
      extended by org.zkoss.gmaps.event.InfoChangeEvent

public class InfoChangeEvent
extends org.zkoss.zk.ui.event.Event

Represents a Google Maps Gmaps related event which is triggered whenever the currently opened Ginfo or Gmarker is changed.

Author:
henrichen

Constructor Summary
InfoChangeEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Ginfo info)
          Constructs a Google Maps info window change relevant event.
 
Method Summary
 Ginfo getInfo()
          Returns the new opened info window of the Google Map (null means none is opened).
 
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoChangeEvent

public InfoChangeEvent(java.lang.String name,
                       org.zkoss.zk.ui.Component target,
                       Ginfo info)
Constructs a Google Maps info window change relevant event.

Method Detail

getInfo

public final Ginfo getInfo()
Returns the new opened info window of the Google Map (null means none is opened).



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