Interface CleanerThread.ReferenceCleared

All Known Implementing Classes:
AbstractDocument.IdSoftRef, BridgeContext.SoftReferenceMememto, CleanerThread.PhantomReferenceCleared, CleanerThread.SoftReferenceCleared, CleanerThread.WeakReferenceCleared, DocumentDescriptor.Entry, DocumentLoader.DocumentState, SoftReferenceCache.SoftRefKey, TileMap.TileMapLRUMember.RasterSoftRef
Enclosing class:
CleanerThread

public static interface CleanerThread.ReferenceCleared
If objects registered with the reference queue associated with this class implement this interface then the 'cleared' method will be called when the reference is queued.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • cleared

      void cleared()