GT RoboCup SSL
Soccer software, robot firmware
gameplay.fs_watcher.FsWatcher Class Reference

Watches the filesytem for changes and executes any registered callbacks. More...

Classes

class  FsEventHandler
 

Public Member Functions

def __init__ (self, path)
 
def subscribe
 the callback is passed event_type, module_path where event_type is a string with the following possible values: 'modified', 'created', 'deleted'
 
def unsubscribe
 removes a given subscriber
 
def root_path (self)
 The directory to watch recursively.
 
def root_path (self, value)
 

Public Attributes

 root_path
 

Detailed Description

Watches the filesytem for changes and executes any registered callbacks.

+ Inheritance diagram for gameplay.fs_watcher.FsWatcher:
+ Collaboration diagram for gameplay.fs_watcher.FsWatcher:

The documentation for this class was generated from the following file: