57
51
"""Class decorator to declare an `ILongPollEvent`.
59
53
:param source_spec: An interface or other specification understood by
60
54
`zope.component` (a plain class can be passed too) that defines the
61
55
source of an event. `IJob` or `storm.base.Storm` for example.
71
60
classImplements(cls, ILongPollEvent)