org.eclipse.mylar.internal.tasks.ui.util
Interface IBackgroundSaveListener

All Known Implementing Classes:
TaskListSaveManager

public interface IBackgroundSaveListener

Interface implemented by clients who are to be notified of periodic requests to save data to disk.

Author:
Wesley Coelho

Method Summary
 void saveRequested()
          Called to notify the client of a PeriodicSaveTimer that a save should be performed
 

Method Detail

saveRequested

void saveRequested()
Called to notify the client of a PeriodicSaveTimer that a save should be performed