Package wafadmin :: Package Tools :: Module DirWatch :: Class GaminAdaptor
[hide private]
[frames] | no frames]

Class GaminAdaptor

source code

object --+    
         |    
   adaptor --+
             |
            GaminAdaptor

Instance Methods [hide private]
 
__init__(self, eventHandler)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__del__(self) source code
 
check_init(self)
is gamin connected
source code
 
_code2str(self, event)
convert event numbers to string
source code
 
_eventhandler_helper(self, pathName, event, idxName)
local eventhandler helps to convert event numbers to string
source code
 
do_add_watch_dir(self, name, idx_name) source code
 
do_add_watch_file(self, name, idx_name) source code
 
do_stop_watch(self, name) source code
 
wait_for_event(self) source code

Inherited from adaptor: event_pending, handle_events, stop_watch, watch_directory, watch_file

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, eventHandler)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__del__(self)
(Destructor)

source code 
Overrides: adaptor.__del__

check_init(self)

source code 

is gamin connected

Overrides: adaptor.check_init