|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexample.MyISYErrorHandler
public class MyISYErrorHandler
Constructor Summary | |
---|---|
MyISYErrorHandler()
|
Method Summary | |
---|---|
boolean |
errorOccured(int status,
java.lang.String msg,
java.lang.Object device)
This method is invoked when ISY encounters an error |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyISYErrorHandler()
Method Detail |
---|
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 event
GUIErrorHandler
is installed, that object is invoked (showError)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |