Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VUtils – Release 1
Uses of Interface org.violetlib.util.CleaningService.Cleanable
Deprecated: ShowHide

Uses of Interface
org.violetlib.util.CleaningService.Cleanable

  • Packages that use CleaningService.Cleanable 
    Package Description
    org.violetlib.util
     
    • Uses of CleaningService.Cleanable in org.violetlib.util

      Methods in org.violetlib.util that return CleaningService.Cleanable 
      Modifier and Type Method and Description
      static CleaningService.Cleanable  CleaningService.create(Object o, Runnable action)
      Register an object and a cleaning action to run when the object becomes phantom reachable.