⁘ common

SIGNAL

This class contains the common, static SIGNAL identifiers. They are semantic values, the like of an enum in other programming languages. These values are primarily used by the broadcasting system or core nkmjs' objects; They are like regular event's string value, only these are unique Symbols as opposed to mutable Strings.

The exact meaning & documentation of a signal is done on a per-class basis : each class is responsible for its own implementation of a signal. A good example of that is the `common.pool.DisposableObjectEx`'s doc.

Members

read-onlyCOMPLETE

TODO

read-onlyFAIL

TODO

read-onlyPROGRESS

TODO

read-onlyRELEASED

Commonly used by disposable objects to signal they have been released.

read-onlyRELEASING

Commonly used by disposable objects to signal they are about to be released.

read-onlyRENAMED

TODO

read-onlyRENAMING

TODO

read-onlySTARTED

TODO

read-onlySTATE_CHANGED

TODO

read-onlySTATE_CHANGING

TODO

read-onlySTOPPED

TODO

read-onlyUPDATED

Commonly used by an object to signal it has been updated.