public interface IErrorListener
Modifier and Type | Method and Description |
---|---|
void |
errorCleared()
Invoked when it is acceptable to clear any previously-raised error messages from the user's display.
|
void |
errorRaised(String message)
Invoked when an error occurs.
|
void errorRaised(String message)
Implementors should display the given message to the user.
message
- void errorCleared()
Implementors should clear any visible error messages.
message
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.