Class Confirm

java.lang.Object
cn.mapway.ui.client.event.Confirm
All Implemented Interfaces:
com.google.gwt.core.client.Callback<Object,Object>

public abstract class Confirm extends Object implements com.google.gwt.core.client.Callback<Object,Object>
confirm user input
  • Constructor Details

    • Confirm

      public Confirm()
  • Method Details

    • onFailure

      public void onFailure(Object reason)
      Specified by:
      onFailure in interface com.google.gwt.core.client.Callback<Object,Object>