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

skype.SkypeStorage Maven / Gradle / Ivy

The newest version!
package skype;


public interface SkypeStorage {

	StorageEntry newEntry(SkypeChat chat);

	StorageEntry retrievePreviousEntryFor(SkypeChat skypeChat);

	void close();

	void open();

	String getSyncId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy