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.Thread
getInterruptedThread()
java.lang.Thread
getInterruptingThread()
java.lang.Object
getReasonForInterruption()
long
getTimestampOfInterruption()
-