Class AlgorithmInitializedEvent

  • All Implemented Interfaces:
    org.api4.java.algorithm.events.IAlgorithmEvent, org.api4.java.common.event.IEvent

    public class AlgorithmInitializedEvent
    extends AAlgorithmEvent
    Event that an algorithm has been initialized.
    • Constructor Summary

      Constructors 
      Constructor Description
      AlgorithmInitializedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlgorithmInitializedEvent

        public AlgorithmInitializedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm)