Package gavo :: Package base :: Module observer
[frames] | no frames]

Module observer

source code

Observers are objects listening to EventDispatchers.

They are mostly used as bases for UIs in the context of the DC.

Classes
  ObserverBase
is a base class for observers.
Functions
 
listensTo(*args)
is a decorator to make a method listen to a set of events.
source code
Variables
  __package__ = None
hash(x)
Function Details

listensTo(*args)

source code 

is a decorator to make a method listen to a set of events.

It receives one or more event names.