Interface CleanerSupport.CleanAction

  • Enclosing class:
    CleanerSupport

    public static interface CleanerSupport.CleanAction
    An action to invoke when objects become phantom reachable. Unlike Runnable this interface allows IOExceptions to be thrown.
    Author:
    Rob Spoor