Interface Cleaner
public interface Cleaner
Wrapper for 
Cleaner providing registration support.- Since:
- 3.2.0
- Author:
- Phillip Webb
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionRegisters an object and the clean action to run when the object becomes phantom reachable.
- 
Field Details- 
instance
 
- 
- 
Method Details- 
registerRegisters an object and the clean action to run when the object becomes phantom reachable.- Parameters:
- obj- the object to monitor
- action- the cleanup action to run
- Returns:
- a Cleaner.Cleanableinstance
- See Also:
 
 
-