ShapeRemovedEvent.java :  » GWT » gwt-mapquest » com » googlecode » gwtmapquest » transaction » event » Java Open Source

Java Open Source » GWT » gwt mapquest 
gwt mapquest » com » googlecode » gwtmapquest » transaction » event » ShapeRemovedEvent.java
package com.googlecode.gwtmapquest.transaction.event;
import com.googlecode.gwtmapquest.transaction.MQAAbstractShape;

public class ShapeRemovedEvent extends GWTMapquestEvent<ShapeRemovedHandler> {

  protected ShapeRemovedEvent() {
  }

  public native final MQAAbstractShape getShape()/*-{
    return this.shape;
  }-*/;

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.