Package com.vaadin.signals
Interface Node
- All Known Implementing Classes:
Node.Alias,Node.Data
A node in a signal tree. Each node represents as signal entry. Nodes are
immutable and referenced by an
Id rather than directly referencing
the node instance. The node is either a Node.Data node carrying actual
signal data or an Node.Alias node that allows multiple signal ids to
reference the same data.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordA node alias.static final recordA data node. -
Field Summary
Fields
-
Field Details
-
EMPTY
An empty data node without parent, scope owner, value or children and the initial last update id.
-