Exemplo n.º 1
0
 /// <summary>
 /// Executes the subscriber.
 /// </summary>
 public void notify(Y_.Array args, CustomEvent ce){}
Exemplo n.º 2
0
 /// <summary>
 /// Executes the subscriber.
 /// </summary>
 public void notify(Y_.Array args, CustomEvent ce)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 /// Propagate an event.  Requires the event-custom-complex module.
 /// </summary>
 public object bubble(CustomEvent evt){return null;}
Exemplo n.º 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);
 }
Exemplo n.º 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;}
Exemplo n.º 6
0
 /// <summary>
 /// Propagate an event.  Requires the event-custom-complex module.
 /// </summary>
 public object bubble(CustomEvent evt)
 {
     return(null);
 }