 wx.lib.pubsub.core.listenerimpl.ListenerValidator
  wx.lib.pubsub.core.listenerimpl.ListenerValidator
Do not accept any required args or *args; accept any **kwarg,
and require that the Listener have at least all the kwargs (can
have extra) of Topic.
 Class Hierarchy
 Class Hierarchy

Inheritance diagram for class 
ListenerValidator:
 
 
 Class API
 Class API
- 
class ListenerValidator(ValidatorBase)
- Do not accept any required args or *args; accept any **kwarg,
and require that the Listener have at least all the kwargs (can
have extra) of Topic.