当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
CompilationProblemHandler (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.apache.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!!
- Author:
- tcurdt
handle
boolean handle(CompilationProblem pProblem)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.