Skip to content

Commit 10f74fd

Browse files
committed
ConsoleService: add a note to generalize in future
We could extend the new Listenable interface. But it would break backwards compatibility, so for the moment, we don't.
1 parent c394fd1 commit 10f74fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/scijava/console/ConsoleService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
*/
5050
public interface ConsoleService extends
5151
HandlerService<LinkedList<String>, ConsoleArgument>, SciJavaService
52+
// TODO: SJC3: Extend Listenable<OutputListener, OutputEvent>
5253
{
5354

5455
/** Handles arguments from an external source such as the command line. */

0 commit comments

Comments
 (0)