Creates plain CollectionAcquisition a collection acquisition of child event nodes that were registered in this event node. @return the collection acquisition @since 1.0
()
| 254 | * @since 1.0 |
| 255 | */ |
| 256 | public @NonNull CollectionAcquisition<EventNode<? extends E>, ?> children() { |
| 257 | return this.children.acquireRead(); |
| 258 | } |
| 259 | |
| 260 | /** |
| 261 | * Gets a priority of this event node. |