bind


Description:

public signal void bind (Object instance)

This signal is emitted when target is set to a new value other than null.

It is similar to notify on `target` except it will not emit when target is null and also allows for receiving the Object without a data-race.

Parameters:

instance

a Object containing the new value for target