Package ai.libs.jaicore.interrupt
Class Interrupt
- java.lang.Object
-
- ai.libs.jaicore.interrupt.Interrupt
-
public class Interrupt extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Interrupt(java.lang.Thread interruptingThread, java.lang.Thread interruptedThread, long timestampOfInterruption, java.lang.Object reasonForInterruption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadgetInterruptedThread()java.lang.ThreadgetInterruptingThread()java.lang.ObjectgetReasonForInterruption()longgetTimestampOfInterruption()
-