Class ReferenceMonitor<T>

All Implemented Interfaces:
INotifier, INotifier.INotifier2, IDeactivateable, ILifecycle, ILifecycle.DeferrableActivation

public abstract class ReferenceMonitor<T> extends ReferenceQueueWorker<T>
Since:
3.5
Author:
Eike Stepper
  • Constructor Details

    • ReferenceMonitor

      public ReferenceMonitor()
  • Method Details

    • monitor

      public void monitor(T object)
    • work

      protected void work(Reference<? extends T> reference)
      Specified by:
      work in class ReferenceQueueWorker<T>
    • work

      protected abstract void work(T object)