Uses of Interface
org.drools.commons.jci.problems.CompilationProblemHandler

Packages that use CompilationProblemHandler
org.drools.commons.jci.compilers   
 

Uses of CompilationProblemHandler in org.drools.commons.jci.compilers
 

Fields in org.drools.commons.jci.compilers declared as CompilationProblemHandler
protected  CompilationProblemHandler AbstractJavaCompiler.problemHandler
           
 

Methods in org.drools.commons.jci.compilers with parameters of type CompilationProblemHandler
 void JavaCompiler.setCompilationProblemHandler(CompilationProblemHandler pHandler)
          Set the the handler that gets the notification of an error or warning as soon as this information is available from the compiler.
 void AbstractJavaCompiler.setCompilationProblemHandler(CompilationProblemHandler pHandler)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.