Uses of Interface
com.e1c.g5.v8.dt.check.ICheckResultAcceptor
-
Packages that use ICheckResultAcceptor Package Description com.e1c.g5.v8.dt.check com.e1c.g5.v8.dt.check.components -
-
Uses of ICheckResultAcceptor in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check with parameters of type ICheckResultAcceptor Modifier and Type Method Description void
ICheck. check(Object object, ICheckResultAcceptor resultRegistrar, ICheckParameters parameters, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
All checked objects must be registered in resultAcceptor. -
Uses of ICheckResultAcceptor in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components with parameters of type ICheckResultAcceptor Modifier and Type Method Description void
BasicCheck. check(Object object, ICheckResultAcceptor resultRegistrar, ICheckParameters parameters, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
-