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

org.openxava.actions.IOnChangePropertyAction Maven / Gradle / Ivy

There is a newer version: 7.4.3
Show newest version
package org.openxava.actions;

import org.openxava.view.*;

/**
 * 
 * @author Javier Paniza
 */

public interface IOnChangePropertyAction extends IAction {
	
	void setChangedProperty(String propertyName);
	
	void setNewValue(Object value);
	
	void setView(View view);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy