dispatch


Description:

public virtual signal void dispatch (Message message)

The "dispatch" signal is emitted when a message is to be dispatched.

The message is dispatched in the default handler of this signal. Primary use of this signal is to customize the dispatch of a message (for instance to automatically dispatch all messages over DBus).

Parameters:

message

the Message to dispatch