public void AddEventListener(OscillatorNodeEvents type, IEventListener listener, bool capture)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget<OscillatorNode> listener, bool capture)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, IEventListener listener)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, Action listener)
 {
 }
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandler listener)
 {
 }
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandler listener, bool capture)
 {
 }
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget<OscillatorNode> listener)
 {
 }
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget <OscillatorNode> listener)
 {
 }
 public void RemoveEventListener(OscillatorNodeEvents type, Action listener, bool capture)
 {
 }
Example #10
0
 public void AddEventListener(OscillatorNodeEvents type, Action listener)
 {
 }
Example #11
0
 public void RemoveEventListener(OscillatorNodeEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Example #12
0
 public void RemoveEventListener(OscillatorNodeEvents type, Action listener, bool capture)
 {
 }
Example #13
0
 public void AddEventListener(OscillatorNodeEvents type, IEventListener listener, bool capture)
 {
 }
Example #14
0
 public void AddEventListener(OscillatorNodeEvents type, IEventListener listener)
 {
 }
Example #15
0
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandlerWithTarget <OscillatorNode> listener, bool capture)
 {
 }
Example #16
0
 public void AddEventListener(OscillatorNodeEvents type, HtmlEventHandler listener)
 {
 }