package com.tridium.smartTableHx; import javax.baja.hx.HxOp; public interface IValidator { void validate(HxOp hxOp) throws Exception; }