ZOOM::IRSpy::Task - base class for tasks in IRSpy


ZOOM-IRSpy documentation  | view source Contained in the ZOOM-IRSpy distribution.

Index


NAME

Top

ZOOM::IRSpy::Task - base class for tasks in IRSpy

SYNOPSIS

Top

 use ZOOM::IRSpy::Task;
 package ZOOM::IRSpy::Task::SomeTask;
 our @ISA = qw(ZOOM::IRSpy::Task);
 # ... override methods

DESCRIPTION

Top

This class provides a base-class from which individual IRSpy task classes can be derived. For example, ZOOM::IRSpy::Task::Search will represent a searching task, carrying with it a query, a pointer to a result-set, etc.

The base class provides nothing more exciting than a link to a callback function to be called when the task is complete, and a pointer to the next task to be performed after this.

SEE ALSO

Top

ZOOM::IRSpy

AUTHOR

Top

Mike Taylor, <mike@indexdata.com>

COPYRIGHT AND LICENSE

Top


ZOOM-IRSpy documentation  | view source Contained in the ZOOM-IRSpy distribution.