Class BATTERY_EVENT


  • public class BATTERY_EVENT
    extends java.lang.Object
    Contains the battery parameters and corresponding getters/setters of those parameters. This class is used to manage the received battery event data and used by corresponding event handlers.
    • Constructor Summary

      Constructors 
      Constructor Description
      BATTERY_EVENT()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCause()  
      boolean getCharging()  
      int getLevel()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BATTERY_EVENT

        public BATTERY_EVENT()
    • Method Detail

      • getCause

        public java.lang.String getCause()
      • getLevel

        public int getLevel()
      • getCharging

        public boolean getCharging()