com.sibvisions.rad.persist.event
Interface IStorageListener
public interface IStorageListener
The IStorageListener informs about changes in the IStorage.
- See Also:
IStorage
storageChanged
void storageChanged(StorageEvent pStorageEvent)
throws DataSourceException
- Notifies that the IStorage is changed.
- Parameters:
pStorageEvent - gives information about the changed IStorage, the type of change and the old value, new value.
- Throws:
DataSourceException - if a DataSourceException occurs.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.