Class EdtWatchdog
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.ignition.client.util.EdtWatchdog
 
 
- 
 public class EdtWatchdog extends AbstractLifecycle 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 SummaryConstructors Constructor Description EdtWatchdog(java.io.File folder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonShutdown()protected voidonStartup()- 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Method Detail- 
onStartupprotected void onStartup() - Specified by:
- onStartupin class- AbstractLifecycle
 
 - 
onShutdownprotected void onShutdown() - Specified by:
- onShutdownin class- AbstractLifecycle
 
 
- 
 
-