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

org.robobinding.attribute.Command Maven / Gradle / Ivy

package org.robobinding.attribute;

/**
 * 
 * @since 1.0
 * @version $Revision: 1.0 $
 * @author Robert Taylor
 * @author Cheng Wei
 */
public interface Command {
	Object invoke(Object arg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy