java.lang.Object
com.inductiveautomation.factorypmi.application.runtime.ClientPanel.DestroyEDTThreadLocals
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ClientPanel
public static class ClientPanel.DestroyEDTThreadLocals
extends Object
implements Runnable
Reflectively destroys the thread locals held onto by the Py class - used to avoid memory leak
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DestroyEDTThreadLocals
public DestroyEDTThreadLocals()
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable