CompositeListener<TContext, TBaseNode>.ListenToNode Method
Definition
Called when the node is listened to.
protected override void ListenToNode(TContext? context, TBaseNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The context object. |
node |
TBaseNode |
The node being listened to. |