Class EdtWatchdog
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.ignition.client.util.EdtWatchdog
Monitors Swing's EDT for responsiveness. If it detects that the EDT cannot process a task within 2sec, it will
automatically dump the thread stack trace to the client cache directory.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup
-
Constructor Details
-
EdtWatchdog
-
-
Method Details
-
onStartup
protected void onStartup()- Specified by:
onStartup
in classAbstractLifecycle
-
onShutdown
protected void onShutdown()- Specified by:
onShutdown
in classAbstractLifecycle
-