public interface Algo
| Modifier and Type | Method and Description |
|---|---|
void |
addAlgoListener(AlgoListener listener) |
void |
removeAlgoListener(AlgoListener listener) |
void addAlgoListener(AlgoListener listener)
listener - the algorithm listener that will catch algorithm events.void removeAlgoListener(AlgoListener listener)
listener - an algorithm listener stored within this algorithm.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.