NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1087 (closed enhancement: fixed)

Opened 2012-04-03T11:10:39-05:00

Last modified 2012-05-11T11:46:28-05:00

Add UIService.setStatus methods

Reported by: curtis Owned by: dscho
Priority: minor Milestone: imagej2-b3-headless
Component: UI Framework Version:
Severity: non-issue Keywords:
Cc: Blocked By:
Blocking:

Description

UIService should have setStatus methods that internally publish a new StatusEvent.

Then we should grep the codebase for "eventService.publish(new StatusEvent..." calls and instead use this prettier invocation.

Change History

comment:1 Changed 2012-05-11T11:46:28-05:00 by curtis

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

Whaddayaknow, I did this in a099a7ed3be92d69828b85e0e031410409eb1ea5 and 4051150d943cf502b288867ddcbbd866691bedf5.