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

skype.StorageEntry Maven / Gradle / Ivy

The newest version!
package skype;

import java.util.Date;

public interface StorageEntry {
	void store(SkypeChatSetter chat);

	void save();

	void setLastModificationTime(Date time);

	SkypeChat getChat();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy