Package com.github.robtimus.filesystems
Interface CleanerSupport.CleanAction
-
- Enclosing class:
- CleanerSupport
public static interface CleanerSupport.CleanActionAn action to invoke when objects become phantom reachable. UnlikeRunnablethis interface allowsIOExceptions to be thrown.- Author:
- Rob Spoor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Runs the action.
-
-
-
Method Detail
-
run
void run() throws IOException
Runs the action.- Throws:
IOException- If an I/O error occurs.
-
-