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