Package ai.libs.jaicore.basic.algorithm
Class AlgorithmInterruptedEvent
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
-
- ai.libs.jaicore.basic.algorithm.AlgorithmInterruptedEvent
-
- All Implemented Interfaces:
org.api4.java.algorithm.events.IAlgorithmEvent,org.api4.java.common.event.IEvent
public class AlgorithmInterruptedEvent extends AAlgorithmEvent
Event that an algorithm has been interrupted.
-
-
Constructor Summary
Constructors Constructor Description AlgorithmInterruptedEvent(org.api4.java.algorithm.IAlgorithm<?,?> algorithm)
-
Method Summary
-
Methods inherited from class ai.libs.jaicore.basic.algorithm.AAlgorithmEvent
getAlgorithmId, getTimestamp
-
-