Class: FileWatch::ObservingTail::NullListener

Inherits:
Object
  • Object
show all
Defined in:
lib/filewatch/observing_tail.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ NullListener

Returns a new instance of NullListener.



9
# File 'lib/filewatch/observing_tail.rb', line 9

def initialize(path) @path = path; end

Instance Method Details

#accept(line) ⇒ Object



10
# File 'lib/filewatch/observing_tail.rb', line 10

def accept(line) end

#createdObject



12
# File 'lib/filewatch/observing_tail.rb', line 12

def created() end

#deletedObject



11
# File 'lib/filewatch/observing_tail.rb', line 11

def deleted() end

#eofObject



14
# File 'lib/filewatch/observing_tail.rb', line 14

def eof() end

#errorObject



13
# File 'lib/filewatch/observing_tail.rb', line 13

def error() end

#timed_outObject



15
# File 'lib/filewatch/observing_tail.rb', line 15

def timed_out() end