Example #1
0
 /// <summary>
 /// Wrapper around addDomListener that removes the listener after the first event.
 /// </summary>
 public static MapsEventListener AddDomListenerOnce(object instance, string eventName, MapsEventHandler handler,
                                                    bool capture)
 {
     throw new System.Exception("Not Implemented - Imported");
 }
Example #2
0
 /// <summary>
 /// Wrapper around addDomListener that removes the listener after the first event.
 /// </summary>
 public static MapsEventListener AddDomListenerOnce(object instance, string eventName, MapsEventHandler handler,
                                                    bool capture)
 {
     throw new System.Exception("Not Implemented - Imported");
 }
Example #3
0
 /// <summary>
 /// Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().
 /// </summary>
 public static MapsEventListener AddListener(object instance, string eventName, MapsEventHandler handler)
 {
     throw new NotImplementedException();
 }
Example #4
0
 /// <summary>
 /// Adds the given listener function to the given event name for the given object instance. Returns an identifier for this listener that can be used with removeListener().
 /// </summary>
 public static MapsEventListener AddListener(object instance, string eventName, MapsEventHandler handler)
 {
     throw new NotImplementedException();
 }