io.sarl.lang.compiler.batch
Interface IssueMessageListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface IssueMessageListener
Listener for the issue messages.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
batchcompiler
Action Summary
Modifier and type Action and description
abstract void onIssue(Severity,Issue,URI,String)
Replies the message for the given issue.
Action Details
onIssue(Severity,Issue,URI,String)
def onIssue(Severity,Issue,URI,String)
Replies the message for the given issue.
Parameters:
severity - the severity that was considered by the batch compiler. It may be stronger alert level that those in the issue.
issue - the issue.
uri - URI to the problem.
message - the formatted message.