public class ErrorPopup extends java.lang.Object implements IErrorListener, ISetErrorListener
| Modifier and Type | Method and Description |
|---|---|
void |
errorChange(ErrorEvent evt) |
static ErrorPopup |
getInstance()
getInstance returns the unique instance of the ErrorPopup. |
static void |
main(java.lang.String[] args) |
void |
setErrorOccured(ErrorEvent evt) |
public static ErrorPopup getInstance()
getInstance returns the unique instance of the ErrorPopup.
There will be only one ErrorPopup per running instance of the JVM.ErrorPopup valuepublic void errorChange(ErrorEvent evt)
errorChange in interface IErrorListenerpublic void setErrorOccured(ErrorEvent evt)
setErrorOccured in interface ISetErrorListenerpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception