.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.pubsub.core.publisher
.. highlight:: python
.. _wx.lib.pubsub.core.publisher.PublisherArg1Stage2:
==========================================================================================================================================
|phoenix_title| **wx.lib.pubsub.core.publisher.PublisherArg1Stage2**
==========================================================================================================================================
This is used when transitioning from arg1 to kwargs
messaging protocol.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
PublisherArg1Stage2:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.pubsub.core.publisher.Publisher`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.pubsub.core.publisher.PublisherArg1Stage2.__init__` If treeConfig is None, a default one is created from an
:meth:`~wx.lib.pubsub.core.publisher.PublisherArg1Stage2.getMsgProtocol`
:meth:`~wx.lib.pubsub.core.publisher.PublisherArg1Stage2.sendMessage` Send a message.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: PublisherArg1Stage2(Publisher)
This is used when transitioning from arg1 to kwargs
messaging protocol.
.. method:: __init__(self, treeConfig = None)
If treeConfig is None, a default one is created from an
instance of TreeConfig.
.. method:: getMsgProtocol(self)
.. method:: sendMessage(self, _topicName, \*\*kwarg)
Send a message.
:param topicName: name of message topic (dotted or tuple format)
:param kwargs: message data (must satisfy the topic's MDS)