|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UDFolder | |
---|---|
com.udi.isy.jsdk | |
com.universaldevices.device.model | |
com.universaldevices.upnp | |
example |
Uses of UDFolder in com.udi.isy.jsdk |
---|
Methods in com.udi.isy.jsdk with parameters of type UDFolder | |
---|---|
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 |
Uses of UDFolder in com.universaldevices.device.model |
---|
Methods in com.universaldevices.device.model that return types with arguments of type UDFolder | |
---|---|
static java.util.ArrayList<UDFolder> |
UDNodes.getSortedFolders()
Return an ArrayList of sorted groups |
Methods in com.universaldevices.device.model with parameters of type UDFolder | |
---|---|
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. |
Uses of UDFolder in com.universaldevices.upnp |
---|
Fields in com.universaldevices.upnp with type parameters of type UDFolder | |
---|---|
static java.util.Hashtable<java.lang.String,UDFolder> |
UDControlPoint.folders
A Hashtable of all the folders (UDGroup )
in all the discovered ISYs |
Methods in com.universaldevices.upnp with parameters of type UDFolder | |
---|---|
protected static void |
UDControlPoint.addFolder(UDFolder folder,
java.lang.Object dev)
Adds a folder when in initialization mode |
Uses of UDFolder in example |
---|
Methods in example with parameters of type UDFolder | |
---|---|
void |
MyISYInsteonClient.onFolderRenamed(UDFolder folder)
|
void |
MyISYInsteonClient.onNewFolder(UDFolder folder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |