Uses of Class
io.patriot_framework.generator.events.DataObservable
-
Packages that use DataObservable Package Description io.patriot_framework.generator.device -
-
Uses of DataObservable in io.patriot_framework.generator.device
Methods in io.patriot_framework.generator.device that return DataObservable Modifier and Type Method Description DataObservable
AbstractDevice. getDataObservable()
DataObservable
Device. getDataObservable()
Returns DataObservable for DeviceMethods in io.patriot_framework.generator.device with parameters of type DataObservable Modifier and Type Method Description void
AbstractDevice. setDataObservable(DataObservable dataObservable)
void
Device. setDataObservable(DataObservable dataObservable)
Sets DataObservable for Device.
-