Package _Framework :: Module SubjectSlot
[hide private]
[frames] | no frames]

Module SubjectSlot

source code

Family of classes for maintaining connections with optional subjects.

Classes [hide private]
  SubjectSlotError
  SubjectEvent
Description of a subject event
  SubjectMeta
  Subject
Base class that installs the SubjectMeta metaclass
  SlotManager
Holds references to a number of slots.
  SubjectSlot
This class maintains the relationship between a subject and a listener callback.
  CallableSlotMixin
Use this Mixin to turn subject-slot like interfaces into a 'callable'.
  CallableSubjectSlot
  SubjectSlotGroup
A subject slot that connects a given listener to many subjects.
  CallableSubjectSlotGroup
Functions [hide private]
 
subject_add_event(cls, event_name_or_event) source code
 
setup_subject(cls, listeners) source code
 
subject_slot(event, *a, **k) source code
 
subject_slot_group(event, *a, **k) source code