com.cosylab.vdct
Class DataSynchronizer
java.lang.Object
com.cosylab.vdct.DataSynchronizer
public class DataSynchronizer
- extends java.lang.Object
DataSynchronizer
handles synchronization between loaded files and files on the file
system. It checks for unsaved changes or file system changes and brings up the appropriate dialogs.
- Author:
- ssah
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSynchronizer
public DataSynchronizer()
getInstance
public static DataSynchronizer getInstance()
getTemplate
public VDBTemplate getTemplate(java.lang.Object dsId,
java.lang.String templateId)
confirmFileClose
public boolean confirmFileClose(java.lang.Object dsId,
boolean exit)
checkFilesystemChanges
public void checkFilesystemChanges(java.lang.Object dsId)