public class MyISYErrorHandler extends java.lang.Object implements ErrorEventListener
Constructor and Description |
---|
MyISYErrorHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
errorOccured(int status,
java.lang.String msg,
java.lang.Object device)
This method is invoked when ISY encounters an error
|
public boolean errorOccured(int status, java.lang.String msg, java.lang.Object device)
errorOccured
in interface ErrorEventListener
status
- - the error codemsg
- - any generated messages by ISYClient
device
- - the UDProxyDevice
initiating this eventGUIErrorHandler
is installed, that object is invoked (showError)