Package | Description |
---|---|
com.udi.isy.jsdk | |
com.universaldevices.device.model | |
com.universaldevices.upnp | |
example |
Modifier and Type | Method and Description |
---|---|
abstract void |
ISYClient.onFolderRenamed(UDFolder folder)
This method is called when a Folder is renamed
|
void |
ISYClient.onFolderRenamed(UDProxyDevice device,
UDFolder folder)
This method is called when a Folder is renamed
|
abstract void |
ISYClient.onNewFolder(UDFolder folder)
This method is called when a new folder is created
|
void |
ISYClient.onNewFolder(UDProxyDevice device,
UDFolder newFolder)
This method is called when a new folder is created
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<UDFolder> |
UDNodes.getSortedFolders()
Return an ArrayList of sorted groups
|
Modifier and Type | Method and Description |
---|---|
void |
UDModelChangeListener.onFolderRenamed(UDProxyDevice device,
UDFolder folder) |
void |
IModelChangeListener.onFolderRenamed(UDProxyDevice device,
UDFolder folder)
Notifies the client of the change in name of a folder in the system.
|
void |
UDModelChangeListener.onNewFolder(UDProxyDevice device,
UDFolder newFolder) |
void |
IModelChangeListener.onNewFolder(UDProxyDevice device,
UDFolder newFolder)
Notifies the client of the addition of a new folder to the system.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Hashtable<java.lang.String,UDFolder> |
UDControlPoint.folders
A
Hashtable of all the folders (UDGroup )
in all the discovered ISYs |
Modifier and Type | Method and Description |
---|---|
protected static void |
UDControlPoint.addFolder(UDFolder folder,
java.lang.Object dev)
Adds a folder when in initialization mode
|
Modifier and Type | Method and Description |
---|---|
void |
MyISYInsteonClient.onFolderRenamed(UDFolder folder) |
void |
MyISYInsteonClient.onNewFolder(UDFolder folder) |