Class ThreadWrapper

java.lang.Object
org.insa.graphs.gui.ThreadWrapper
All Implemented Interfaces:
RunningAction

public class ThreadWrapper
extends java.lang.Object
implements RunningAction
  • Constructor Summary

    Constructors 
    Constructor Description
    ThreadWrapper​(MainWindow mainWindow)  
  • Method Summary

    Modifier and Type Method Description
    java.time.Duration getDuration()  
    java.lang.String getInformation()  
    java.time.Instant getStartingTime()  
    java.lang.Thread getThread()  
    void interrupt()
    Interrupt this action.
    boolean isRunning()  
    void setThread​(java.lang.Thread thread)  
    void startThread()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait