add method Null safety
- Selectable selectable
Adds the selectable
into the registrar.
A Selectable must register with the SelectionRegistrar in order to receive selection events.
Implementation
void add(Selectable selectable);
Adds the selectable
into the registrar.
A Selectable must register with the SelectionRegistrar in order to receive selection events.
void add(Selectable selectable);