Interface DataTransferScreen.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DataTransferScreen>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<DataTransferScreen>
- All Known Implementing Classes:
DataTransferView
- Enclosing class:
- DataTransferScreen
public static interface DataTransferScreen.View extends org.uberfire.client.mvp.UberElemental<DataTransferScreen>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddownload(String path)voidexportError(Throwable throwable)voidexportOK()voidimportError(Throwable throwable)voidimportOK()voidopenUrl(String path)
-