Package org.zkoss.util
Interface Cleanups.Cleanup
-
- Enclosing class:
- Cleanups
public static interface Cleanups.CleanupThe interface to implement for each cleanup. It is used withCleanups.add(org.zkoss.util.Cleanups.Cleanup).- Since:
- 3.6.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup()Cleanups the thread local variables.
-