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

com.talk2object.plum.interaction.Interaction Maven / Gradle / Ivy

package com.talk2object.plum.interaction;
/**
 * It defines a process of human computer interaction.
 * 
 * @author jack
 *
 */
public interface Interaction {
	


	/**
	 * no parameter entry, such as menu item or button.
	 */
	void start();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy