public interface GUIErrorHandler
This interface should be implemented by all clients that have a GUI front end and wish to be notified of errors using the signatures in interface
Modifier and Type | Method and Description |
---|---|
void |
showError(int status,
java.lang.StringBuffer m,
java.lang.String msg) |
void |
showError(java.lang.String msg,
java.lang.String title,
int type) |