A token representing the activation of a handler. This token can later be
used to cancel that activation. Without this token, then handler will only
become inactive if the component in which the handler was activated is
destroyed.
This caches the command id and the handler, so that they can later be
identified.
Note: this class has a natural ordering that is inconsistent with
equals.
since: 3.1 |