This is used when transitioning from arg1 to kwargs messaging protocol.
wx.lib.pubsub.core.publisher.Publisher
If treeConfig is None, a default one is created from an |
|
Send a message. |
PublisherArg1Stage2
(Publisher)¶This is used when transitioning from arg1 to kwargs messaging protocol.
__init__
(self, treeConfig = None)¶If treeConfig is None, a default one is created from an instance of TreeConfig.
getMsgProtocol
(self)¶sendMessage
(self, _topicName, **kwarg)¶Send a message.
topicName – name of message topic (dotted or tuple format)
kwargs – message data (must satisfy the topic’s MDS)