All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.mobile.keystore.IStorageOperationCompleted Maven / Gradle / Ivy

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy