Class IEvents.BatteryData

  • Enclosing class:
    IEvents

    public class IEvents.BatteryData
    extends java.lang.Object
    Contains Battery Data like cause, battery level and status of charging
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCause()
      Gets the cause
      boolean getCharging()
      Gets the charging status
      int getLevel()
      Gets the battery level
      • Methods inherited from class java.lang.Object

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

      • getCause

        public java.lang.String getCause()
        Gets the cause
      • getLevel

        public int getLevel()
        Gets the battery level
      • getCharging

        public boolean getCharging()
        Gets the charging status