Selector

A Selector is an Objective C notion for a a message disassociated from a target or type. This is unlike Java in which a method call always has a known, checked context.

However, Swarm interfaces use Selectors in many places, and so Swarm for Java introduces a class to provide the appearance of this capability.

Creating a Selector (in Java) requires: