Class Hydra::RunnerListener::Abstract
In: lib/hydra/runner_listener/abstract.rb
Parent: Object

Abstract listener that implements all the events but does nothing.

Methods

Public Class methods

Create a new listener.

Output: The IO object for outputting any information. Defaults to STDOUT, but you could pass a file in, or STDERR

Public Instance methods

Fired by the runner just before requesting the first file

Fired by the runner just after stoping

[Validate]