Class: SignalEntry

system.signals. SignalEntry


new SignalEntry(receiver [, priority] [, auto])

A SignalEntry object contains all informations about a receiver entry in a Signal collection.

Parameters:
Name Type Argument Default Description
receiver system.signals.Receiver | function

The receiver to connect : a Function reference or a Receiver object.

priority number <optional>
0

The priority value of the entry.

auto boolean <optional>
false

This flag indicates if the receiver must be disconnected when handle the first time a signal.

Methods


toString()

Returns the String representation of the object.

Returns:

the String representation of the object.