state_change


Description:

public virtual signal void state_change (string name, bool state_set)

The "state-change" signal is emitted when an object's state changes.

The detail value identifies the state type which has changed.

Parameters:

arg1

The name of the state which has changed

arg2

A boolean which indicates whether the state has been set or unset.