Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to constructor; pass object to wait_* handlers #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 18, 2011

  1. More constructor options; pass object to wait_* handlers.

      * Adds options to the constructor, including:
        * Details: Set to 0 to get a single notification of some change, instead of one notification
    for each change
        * Latency: Set the time to wait for notification.  Sets the FSEvents latency, or the sleep time
    for the timer method
        * Method: Choose a method, instead of auto-detecting.
      * Adds documentation of these options
      * Pass object to the various wait_* handlers, so they can see the object's properties
    Scott Gifford authored and Scott Gifford committed Sep 18, 2011
    Configuration menu
    Copy the full SHA
    c36e58c View commit details
    Browse the repository at this point in the history