Parent

Included Modules

Listen::Adapter::Base

Constants

DEFAULT_LATENCY

The default delay between checking for changes.

Attributes

listener[RW]

Public Class Methods

new(listener) click to toggle source
# File lib/listen/adapter/base.rb, line 12
def initialize(listener)
  @listener = listener
end
usable?() click to toggle source
# File lib/listen/adapter/base.rb, line 16
def self.usable?
  raise NotImplementedError
end

Public Instance Methods

start() click to toggle source
# File lib/listen/adapter/base.rb, line 20
def start
  raise NotImplementedError
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.