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.checkMethods in com.e1c.g5.v8.dt.check with parameters of type ICheckResultAcceptor Modifier and Type Method Description voidICheck. 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.componentsMethods in com.e1c.g5.v8.dt.check.components with parameters of type ICheckResultAcceptor Modifier and Type Method Description voidBasicCheck. check(Object object, ICheckResultAcceptor resultRegistrar, ICheckParameters parameters, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
 
-