public abstract class AbstractDeviceLoader extends Object implements DeviceLoader
DeviceLoader
.Modifier | Constructor and Description |
---|---|
protected |
AbstractDeviceLoader(AbstractDeviceInfo deviceInfo,
String uid)
Create a device loader for the specified device info and Unique ID.
|
Modifier and Type | Method and Description |
---|---|
AbstractDeviceInfo |
getDeviceInfo()
Returns the DeviceInfo instance associated with this loader.
|
String |
getUID()
Returns the device UID to which this loader is bound.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
load, save
protected AbstractDeviceLoader(AbstractDeviceInfo deviceInfo, String uid)
deviceInfo
- device info contextuid
- the unique id of the devicepublic AbstractDeviceInfo getDeviceInfo()
DeviceLoader
getDeviceInfo
in interface DeviceLoader
public String getUID()
DeviceLoader
getUID
in interface DeviceLoader
Copyright © 2015. All Rights Reserved.