NAME
Protocol::DBus::Client::EventMessenger - Messenger for Protocol::DBus::Client::EventBase subclasses.
DESCRIPTION
This module is instantiated automatically by Protocol::DBus::Client::EventBase.
INSTANCE METHODS
This class provides the following methods that provide the same interfaces as their counterparts in Protocol::DBus::Peer:
send_call()
send_return()
send_error()
send_signal()
The following control whether to accept incoming messages from D-Bus:
pause()
resume()
Additional methods:
get_unique_bus_name()
- A passthrough to the Protocol::DBus::Client method of the same name.