public class NotifiableDeviceSetting<T> extends ReadableDeviceSetting<T>
connection, settingId
Constructor and Description |
---|
NotifiableDeviceSetting(DeviceConnectionInternalLink connection,
SettingId settingId,
ReadHandler read,
boolean alwaysAvailable) |
Modifier and Type | Method and Description |
---|---|
void |
registerStateChangeListener(SettingCallback<T> callback) |
void |
unregisterStateChangeListener(SettingCallback<T> callback) |
equals, get, getId, hashCode, isAvailable
public NotifiableDeviceSetting(DeviceConnectionInternalLink connection, SettingId settingId, ReadHandler read, boolean alwaysAvailable)
public void registerStateChangeListener(SettingCallback<T> callback)
public void unregisterStateChangeListener(SettingCallback<T> callback)