Package org.openhab.binding.dscalarm.internal.model

Examples of org.openhab.binding.dscalarm.internal.model.Partition.handleEvent()


            partition = new Partition(partitionId);
            partitionMap.put(partitionId, partition);
          }
         
          if(event != null) {
            partition.handleEvent(item, config, eventPublisher, event);
          }
          else {
            partition.refreshItem(item, config, eventPublisher);
          }
          break;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.