Class 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 Detail

      • Confirm

        public Confirm()
    • Method Detail

      • onFailure

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