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 SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
DestroyEDTThreadLocalspublic DestroyEDTThreadLocals() 
 
- 
Method Details
- 
runpublic void run() 
- Specified by:
- runin interface- Runnable