- 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 Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gwt.core.client.Callback
onSuccess
-
-
Method Details
-
onFailure
public void onFailure(Object reason)
- Specified by:
onFailure in interface com.google.gwt.core.client.Callback<Object,Object>