Beispiel #1
0
 /// <summary>
 /// Executes the subscriber.
 /// </summary>
 public void notify(Y_.Array args, CustomEvent ce){}
Beispiel #2
0
 /// <summary>
 /// Executes the subscriber.
 /// </summary>
 public void notify(Y_.Array args, CustomEvent ce)
 {
 }
Beispiel #3
0
 /// <summary>
 /// Propagate an event.  Requires the event-custom-complex module.
 /// </summary>
 public object bubble(CustomEvent evt){return null;}
Beispiel #4
0
 /// <summary>
 /// Walks up the parent axis of an event's target, and tests each element
 /// against a supplied filter function.  If any Nodes, including the container,
 /// satisfy the filter, the delegated callback will be triggered for each.
 /// Hosted as a protected property of the `delegate` method (e.g.
 /// `Y.delegate._applyFilter`).
 /// </summary>
 protected Node _applyFilter(JsAction filter, Y_.Array args, CustomEvent ce)
 {
     return(null);
 }
Beispiel #5
0
 /// <summary>
 /// Walks up the parent axis of an event's target, and tests each element
 /// against a supplied filter function.  If any Nodes, including the container,
 /// satisfy the filter, the delegated callback will be triggered for each.
 /// Hosted as a protected property of the `delegate` method (e.g.
 /// `Y.delegate._applyFilter`).
 /// </summary>
 protected Node _applyFilter(JsAction filter, Y_.Array args, CustomEvent ce){return null;}
 /// <summary>
 /// Propagate an event.  Requires the event-custom-complex module.
 /// </summary>
 public object bubble(CustomEvent evt)
 {
     return(null);
 }