Uses of Interface
com.universaldevices.resources.errormessages.ErrorEventListener

Packages that use ErrorEventListener
com.universaldevices.client   
com.universaldevices.resources.errormessages   
example   
 

Uses of ErrorEventListener in com.universaldevices.client
 

Methods in com.universaldevices.client with parameters of type ErrorEventListener
 void UDClient.addUDErrorListener(ErrorEventListener listener)
          Adds an error listener to be notified of all the errors generated either by the client or by ISY
 void UDClient.removeUDErrorListener(ErrorEventListener listener)
          Removes a previously added error listener
 

Uses of ErrorEventListener in com.universaldevices.resources.errormessages
 

Methods in com.universaldevices.resources.errormessages with parameters of type ErrorEventListener
static void Errors.addErrorListener(ErrorEventListener l)
          Adds an error listener
static void Errors.removeErrorListener(ErrorEventListener l)
          Removes an error listener
 

Uses of ErrorEventListener in example
 

Classes in example that implement ErrorEventListener
 class MyISYErrorHandler