
com.jpattern.gwt.client.command.ICommandResult Maven / Gradle / Ivy
package com.jpattern.gwt.client.command;
import com.jpattern.shared.result.IResult;
/**
*
* @author Francesco Cina'
*
* Jan 23, 2012
*/
public interface ICommandResult extends IResult {
int getResponseCode();
void setResponseCode(int responseCode);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy