Class IterationEvent

    • Constructor Detail

      • IterationEvent

        public IterationEvent​(Object source,
                              int iterations)
        Creates a new instance of this class.
        Parameters:
        source - the iterative algorithm on which the event initially occurred
        iterations - the number of iterations performed at the time this event is created
    • Method Detail

      • getIterations

        public int getIterations()
        Returns the number of iterations performed at the time this event is created.
        Returns:
        the number of iterations performed