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

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

The newest version!
package jpaoletti.jpm.core;

/**
 * This interface is intended to determine if an operation should be displayed
 * on other or not depending on this conditional
 *
 * @author jpaoletti
 */
public interface OperationCondition {

    public boolean check(final PMContext ctx, final Object instance, final Operation operation, final String displayAt) throws PMException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy