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

skype.SkypeChatVisitor Maven / Gradle / Ivy

The newest version!
package skype;

import org.apache.commons.lang.NotImplementedException;

public class SkypeChatVisitor {

	public SkypeChatVisitor(SkypeChat chat) {
		throw new NotImplementedException();
	}

	public void accept(StorageEntry storageEntry) {
		throw new NotImplementedException();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy