public void RemoveEventListener(BatteryManagerEvents type, IEventListener listener)
 {
 }
 public void RemoveEventListener(BatteryManagerEvents type, HtmlEventHandler listener)
 {
 }
 public void RemoveEventListener(BatteryManagerEvents type, HtmlEventHandlerWithTarget<BatteryManager> listener, bool capture)
 {
 }
 public void AddEventListener(BatteryManagerEvents type, HtmlEventHandlerWithTarget<BatteryManager> listener)
 {
 }
 public void AddEventListener(BatteryManagerEvents type, IEventListener listener)
 {
 }
Example #6
0
 public void RemoveEventListener(BatteryManagerEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void AddEventListener(BatteryManagerEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Example #8
0
 public void AddEventListener(BatteryManagerEvents type, IEventListener listener, bool capture)
 {
 }
Example #9
0
 public void AddEventListener(BatteryManagerEvents type, Action listener)
 {
 }
Example #10
0
 public void AddEventListener(BatteryManagerEvents type, HtmlEventHandlerWithTarget <BatteryManager> listener, bool capture)
 {
 }
Example #11
0
 public void AddEventListener(BatteryManagerEvents type, IEventListener listener)
 {
 }
Example #12
0
 public void AddEventListener(BatteryManagerEvents type, HtmlEventHandler listener)
 {
 }
Example #13
0
 public void RemoveEventListener(BatteryManagerEvents type, IEventListener listener)
 {
 }
Example #14
0
 public void RemoveEventListener(BatteryManagerEvents type, HtmlEventHandlerWithTarget <BatteryManager> listener)
 {
 }
 public void RemoveEventListener(BatteryManagerEvents type, IEventListener listener, bool capture)
 {
 }
 public void AddEventListener(BatteryManagerEvents type, Action listener, bool capture)
 {
 }
 public void AddEventListener(BatteryManagerEvents type, Action listener)
 {
 }
Example #18
0
 public void RemoveEventListener(BatteryManagerEvents type, Action listener, bool capture)
 {
 }