com.haley.haleyrules
Interface ErrorListener
- All Superinterfaces:
- java.util.EventListener
- public interface ErrorListener
- extends java.util.EventListener
The ErrorListener interface allows an object to receive messages from Eclipse on several error conditions.
For example, an error listener receives messages when an Eclipse function is called with the incorrect arguments from
within the conditions or actions of a rule.
An implementation of ErrorListener can be added to a KnowledgeBaseto receive the messages generated by Eclipse
using KnowledgeBase.setErrorListener(ErrorListener).
- Author:
- The Haley Enterprise
Copyright © 1998-2004, all rights reserved.
Questions, comments or to report a problem contact
support@haley.com
|
Method Summary |
void |
onWarning(java.lang.String message)
This method is called in the event that a non-fatal condition
is flagged. |
onWarning
public void onWarning(java.lang.String message)
- This method is called in the event that a non-fatal condition
is flagged.
- Parameters:
message - String message
Copyright © 1998-2006 Haley Systems, Inc. All Rights Reserved.