com.universaldevices.resources.errormessages
Interface ErrorEventListener
- All Known Implementing Classes:
- MyISYErrorHandler
public interface ErrorEventListener
All objects that need to know about errors as they occur in ISY
should implement this interface
- Author:
- UD Architect
Method Summary |
boolean |
errorOccured(int status,
java.lang.String msg,
java.lang.Object object)
This method is invoked when ISY encounters an error |
errorOccured
boolean errorOccured(int status,
java.lang.String msg,
java.lang.Object object)
- This method is invoked when ISY encounters an error
- Parameters:
status
- - the error codemsg
- - any generated messages by ISYClient
object
- - the UDProxyDevice
initiating this event
- Returns:
- - whether or not the error should be displayed; if a
GUIErrorHandler
is installed, that object is invoked (showError)