Package | Description |
---|---|
com.udi.isy.jsdk | |
com.udi.isy.jsdk.insteon | |
com.universaldevices.client | |
com.universaldevices.device.model | |
com.universaldevices.upnp | |
example |
Modifier and Type | Class and Description |
---|---|
class |
ISYClient
This class extends core UDClient funcationality to support
all communications and notifications to/from ISY
|
Modifier and Type | Class and Description |
---|---|
class |
ISYInsteonClient
This class extends ISYClient to support all Insteon related
communications and functionality
|
Modifier and Type | Class and Description |
---|---|
class |
UDClient |
Modifier and Type | Method and Description |
---|---|
void |
UDClient.addUDModelChangeListener(IModelChangeListener listener)
Adds a model change listener which is notified of all the events
in ISY
|
void |
UDClient.removeUDModelChangeListener(IModelChangeListener listener)
Removes a previously added model change listener
|
Modifier and Type | Class and Description |
---|---|
class |
UDModelChangeListener |
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<IModelChangeListener> |
UDControlPoint.modelListeners
An
ArrayList of model listeners of type IModelChangeListener |
Modifier and Type | Method and Description |
---|---|
void |
UDControlPoint.addUDModelChangeListener(IModelChangeListener listener)
Adds a
IModelChangeListener to the list of listeners |
void |
UDControlPoint.removeUDModelChangeListener(IModelChangeListener listener)
Removes the
IModelChangeListener from the list of listeners |
Modifier and Type | Class and Description |
---|---|
class |
MyISYInsteonClient
This class implements a very simple ISY client which
prints out events as they occur in ISY
|