Package se.sics.cooja.interfaces

Examples of se.sics.cooja.interfaces.Battery.deleteObserver()


      // Delete all state observers
      for (int i = 0; i < simulation.getMotesCount(); i++) {
        Battery battery = simulation.getMote(i).getInterfaces().getBattery();
        if (battery != null) {
          battery.deleteObserver(batteryObserver);
        }
      }
    }

    super.closePlugin();
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.