Class ScenarioSimulationHasBusyIndicatorDefaultErrorCallback
- java.lang.Object
-
- org.uberfire.ext.widgets.common.client.callbacks.DefaultErrorCallback
-
- org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
-
- org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationHasBusyIndicatorDefaultErrorCallback
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message>
public class ScenarioSimulationHasBusyIndicatorDefaultErrorCallback extends org.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
-
-
Constructor Summary
Constructors Constructor Description ScenarioSimulationHasBusyIndicatorDefaultErrorCallback(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view)
-
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)protected booleanerrorLocal(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)voidhideBusyIndicator()
-
-
-
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 classorg.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
-
hideBusyIndicator
public void hideBusyIndicator()
- Overrides:
hideBusyIndicatorin classorg.uberfire.ext.widgets.common.client.callbacks.HasBusyIndicatorDefaultErrorCallback
-
errorLocal
protected boolean errorLocal(org.jboss.errai.bus.client.api.messaging.Message message, Throwable throwable)
-
-