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

Interface CleaningService.Cleanable

  • Enclosing class:
    CleaningService
    public static interface CleaningService.Cleanable
    This interface provides the ability to explicitly run a registered cleaning action.
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator clean Reveal DetailHide Detail
      abstract void clean()
      Unregister the cleaning action and its associated object and invoke the cleaning action.
      void clean()
      Unregister the cleaning action and its associated object and invoke the cleaning action. This method has no effect if the cleaning action has already been performed.