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

org.ow2.bonita.pvm.internal.cmd.Command Maven / Gradle / Ivy

package org.ow2.bonita.pvm.internal.cmd;

import java.io.Serializable;

import org.ow2.bonita.pvm.env.Environment;

public interface Command extends Serializable {

  T execute(Environment environment) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy