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

com.dragome.forms.bindings.client.command.ParameterisedCommand Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package com.dragome.forms.bindings.client.command;

/**
 * Created by IntelliJ IDEA.
 * User: andrew
 * Date: Feb 28, 2010
 * Time: 7:27:50 AM
 * To change this template use File | Settings | File Templates.
 */
public interface ParameterisedCommand
{
	public void execute(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy