add abstract method

void add(
  1. 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);