Updated OperationMonitor
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@99331 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
00923ab9c2
commit
059c968a63
|
@ -190,7 +190,7 @@ public class SDMXOperationInProgressCard extends WizardCard implements
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void monitorComplete(final TRId trId) {
|
public void monitorComplete(final TRId trId, OperationMonitor operationMonitor) {
|
||||||
|
|
||||||
Command sayComplete = new Command() {
|
Command sayComplete = new Command() {
|
||||||
public void execute() {
|
public void execute() {
|
||||||
|
@ -214,7 +214,7 @@ public class SDMXOperationInProgressCard extends WizardCard implements
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void monitorFailed(Throwable caught, String reason,
|
public void monitorFailed(Throwable caught, String reason,
|
||||||
String failureDetails) {
|
String failureDetails, OperationMonitor operationMonitor) {
|
||||||
if (caught instanceof TDGWTSessionExpiredException) {
|
if (caught instanceof TDGWTSessionExpiredException) {
|
||||||
getEventBus()
|
getEventBus()
|
||||||
.fireEvent(
|
.fireEvent(
|
||||||
|
@ -232,7 +232,7 @@ public class SDMXOperationInProgressCard extends WizardCard implements
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void monitorStopped(final TRId trId, String reason, String details) {
|
public void monitorStopped(final TRId trId, String reason, String details, OperationMonitor operationMonitor) {
|
||||||
|
|
||||||
Command sayComplete = new Command() {
|
Command sayComplete = new Command() {
|
||||||
public void execute() {
|
public void execute() {
|
||||||
|
|
Loading…
Reference in New Issue