NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #14 (closed enhancement: fixed)

Opened 2007-03-16T13:02:13-05:00

Last modified 2007-03-19T09:18:35-05:00

Format handler subclasses should send status update events

Reported by: curtis Owned by: melissa
Priority: minor Milestone:
Component: bio-formats Severity:
Keywords: Cc:
Blocked By: Blocking:

Description

It is now possible for classes that extend FormatHandler to fire status updates using the status(String) and status(int, int, String) methods. Expensive operations, in particular initFile operations in the readers, should use this mechanism to report regular status updates when feasible.

Change History

comment:1 Changed 2007-03-19T09:18:35-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

Status events added in r2478.