Interface AlgorithmInterface

    • Method Detail

      • algorithmPerformed

        void algorithmPerformed​(AlgorithmBase algorithm)
        Called after an algorithm this listener is registered to exits (maybe successfully, maybe not). If the algorithm is run in a separate thread, this call will be made within that thread. If not, this call will be made from that same, shared thread.
        Parameters:
        algorithm - the algorithm which has just completed