public class WsThreddsWidget extends Object implements SyncCompletedNotification.HasWsSyncNotificationListner
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.HandlerManager |
eventBus
The Constant eventBus.
|
static ThreddsWorkspaceSyncServiceAsync |
wsThreddsSyncService
The ws thredds sync service.
|
| Constructor and Description |
|---|
WsThreddsWidget()
This is the entry point method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSyncCompletedListner(SyncCompletedNotification.SyncCompletedNotificationListner listner)
Adds the sync completed listner.
|
void |
showSyncFolderInfo(WsFolder folder)
Show sync folder info.
|
public static final ThreddsWorkspaceSyncServiceAsync wsThreddsSyncService
public static final com.google.gwt.event.shared.HandlerManager eventBus
public void showSyncFolderInfo(WsFolder folder) throws Exception
folder - the folderException - the exceptionpublic void addSyncCompletedListner(SyncCompletedNotification.SyncCompletedNotificationListner listner)
SyncCompletedNotification.HasWsSyncNotificationListneraddSyncCompletedListner in interface SyncCompletedNotification.HasWsSyncNotificationListnerlistner - the listnerCopyright © 2021. All Rights Reserved.