Uses of Class
org.openwebnet4j.message.Where
- 
Packages that use Where Package Description org.openwebnet4j org.openwebnet4j.message  - 
- 
Uses of Where in org.openwebnet4j
Methods in org.openwebnet4j with parameters of type Where Modifier and Type Method Description voidGatewayListener. onNewDevice(Where where, OpenDeviceType deviceType, BaseOpenMessage message)AfterOpenGateway.discoverDevices()is called, each time a new device is discovered, this method will be called - 
Uses of Where in org.openwebnet4j.message
Subclasses of Where in org.openwebnet4j.message Modifier and Type Class Description classWhereEnergyManagementWHERE for Energy Management framesclassWhereLightAutomWHERE for Lighting and Automation framesclassWhereThermoWHERE for Thermoregulation framesclassWhereZigBeeWHERE for ZigBee Lighting and Automation framesFields in org.openwebnet4j.message declared as Where Modifier and Type Field Description static WhereWhereThermo. ALL_MASTER_PROBESstatic WhereWhereEnergyManagement. GENERALstatic WhereWhereLightAutom. GENERALprotected WhereBaseOpenMessage. whereMethods in org.openwebnet4j.message that return Where Modifier and Type Method Description WhereBaseOpenMessage. getWhere()Returns message WHERE or null if message has no valid WHERE part 
 -