elge.storage
Interface DataStorageDataset

All Known Implementing Classes:
DataRecordCategoryDataset, DataRecordCategoryToPieDataset, DataRecordDataset

public interface DataStorageDataset

The DataSet should implement this interface, because of the udpate method and refreshing the values.

Author:
Pavol Žibrita

Method Summary
 void update()
          Notifies the listeners, that the data has been updates.
 

Method Detail

update

public void update()
Notifies the listeners, that the data has been updates.