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

jpaoletti.jpm.core.OperationContextSupport Maven / Gradle / Ivy

The newest version!
package jpaoletti.jpm.core;

/**
 * Support class for OperationContext. @see OperationContext
 * 
 * @author jpaoletti 
 */
public class OperationContextSupport extends PMCoreObject implements OperationContext {

    @Override
    public void preConversion(PMContext ctx) throws PMException {
    }

    @Override
    public void preExecute(PMContext ctx) throws PMException {
    }

    @Override
    public void postExecute(PMContext ctx) throws PMException {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy