Drools :: Compiler 6.0.0.CR5

org.drools.compiler.commons.jci.problems
Interface CompilationProblemHandler


public interface CompilationProblemHandler

A CompilationProblemHandler gets access to a problem as soon as the problem is available while the CompilationResult only represents a summary at the end. The handler can be used to asynchronously update a GUI or stop compilation by returning false (e.g. when a maximum number of erros has been reached) NOTE: has to be supported by the compiler implementation!!


Method Summary
 boolean handle(CompilationProblem pProblem)
           
 

Method Detail

handle

boolean handle(CompilationProblem pProblem)

Drools :: Compiler 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.