Package Products :: Package ZenEvents :: Package events2 :: Module processing :: Class EventContext
[hide private]
[frames] | no frames]

Class EventContext

source code

object --+
         |
        EventContext

Maintains the event context while processing.

Instance Methods [hide private]
 
__init__(self, log, zepRawEvent) source code
 
setDeviceObject(self, device) source code
 
refreshClearClasses(self) source code
 
deviceObject(self) source code
 
setComponentObject(self, component) source code
 
componentObject(self) source code
 
zepRawEvent(self) source code
 
event(self) source code
 
eventProxy(self)
A EventProxy that wraps the event protobuf and makes it look like an old style event.
source code
Method Details [hide private]

__init__(self, log, zepRawEvent)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

deviceObject(self)

source code 
Decorators:
  • @property

componentObject(self)

source code 
Decorators:
  • @property

zepRawEvent(self)

source code 
Decorators:
  • @property

event(self)

source code 
Decorators:
  • @property

eventProxy(self)

source code 

A EventProxy that wraps the event protobuf and makes it look like an old style event.

Decorators:
  • @property