wx.lib.pubsub.core.publisher.PublisherArg1Stage2¶
This is used when transitioning from arg1 to kwargs messaging protocol.
Class Hierarchy¶
Known Superclasses¶
wx.lib.pubsub.core.publisher.Publisher
Methods Summary¶
If treeConfig is None, a default one is created from an |
|
Send a message. |
Class API¶
- class PublisherArg1Stage2(Publisher)¶
This is used when transitioning from arg1 to kwargs messaging protocol.
Methods¶
- __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.
- Parameters:
topicName – name of message topic (dotted or tuple format)
kwargs – message data (must satisfy the topic’s MDS)