Package ZenEvents :: Module interfaces :: Class ISendEvents
[hide private]
[frames] | no frames]

Class ISendEvents

source code

zope.interface.Interface --+
                           |
                          ISendEvents

Send events to the event system backend.

Instance Methods [hide private]
 
sendEvents(self, events)
Send a list of events to the event system backend.
source code
 
sendEvent(self, event, keepopen=0)
Send a single event to the event system backend.
source code