src/energy/model/energy-source.h
changeset 10883 d919e7194e23
parent 10882 75e256e51d9d
--- a/src/energy/model/energy-source.h	Fri Sep 05 15:38:55 2014 -0700
+++ b/src/energy/model/energy-source.h	Fri Sep 05 16:33:57 2014 -0700
@@ -223,6 +223,12 @@
   void NotifyEnergyDrained (void);
 
   /**
+   * This function notifies all DeviceEnergyModel of energy recharged event. It
+   * is called by the child EnergySource class when energy source is recharged.
+   */
+  void NotifyEnergyRecharged (void);
+
+  /**
    * This function is called to break reference cycle between EnergySource and
    * DeviceEnergyModel. Child of the EnergySource base class must call this
    * function in their implementation of DoDispose to make sure the reference