Uses of Interface
com.universaldevices.autoupdate.IUpdateHandler

Packages that use IUpdateHandler
com.universaldevices.autoupdate   
com.universaldevices.upnp   
 

Uses of IUpdateHandler in com.universaldevices.autoupdate
 

Methods in com.universaldevices.autoupdate with parameters of type IUpdateHandler
 void IUpdaterClient.configureNetwork(IUpdateHandler dev, NetworkConfig current, NetworkConfig backup)
           
 void IUpdaterClient.initiateDeviceReboot(IUpdateHandler dev, java.lang.String codeName)
           
static boolean UDUpdater.update(IUpdateHandler dev, java.util.zip.ZipFile zip, boolean is_sysload, IUpdaterClient view)
          Updates ISY's files/directories based on the given ZIP file
static boolean UDUpdater.updateProgram(java.io.InputStream is, int size, java.lang.String name, IUpdateHandler dev, IUpdaterClient view)
          This method prepares the ISY to receive a file and write it to the given path
 

Uses of IUpdateHandler in com.universaldevices.upnp
 

Classes in com.universaldevices.upnp that implement IUpdateHandler
 class UDProxyDevice
          The UDProxyDevice is the proxy between the client and ISY.