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