de.swm.gwt.client.mobile.keystore.IStorageOperationCompleted Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.client.mobile.keystore;
/**
* Callback to notify the client, that a storage operation is commleted.
*
* @author wiese.daniel
*
* copyright (C) 2013, Stadtwerke München GmbH
*/
public interface IStorageOperationCompleted {
/**
* Will be called after the operation is completed.
* Before a operation is completed the storage state is undefined (data is may patially commited).
*/
void isCompleted();
}