Class CommandErrorCallback
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
-
- org.uberfire.ext.widgets.common.client.callbacks.CommandErrorCallback
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>
public class CommandErrorCallback extends DefaultErrorCallback
Default Error handler for all views that support HasBusyIndicator. Now with Command support.
-
-
Constructor Summary
Constructors Constructor Description CommandErrorCallback(org.uberfire.mvp.Command command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanerror(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)
-
-
-
Method Detail
-
error
public boolean error(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)- Specified by:
errorin interfaceorg.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>- Overrides:
errorin classDefaultErrorCallback
-
-