Interface DisposeListener


public interface DisposeListener
Counterpart to DisposeNotifier.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback fired by a DisposeNotifier once it is disposed.
  • Method Details

    • notifyDispose

      void notifyDispose(DisposeNotifier source)
      Callback fired by a DisposeNotifier once it is disposed.
      Parameters:
      source - the DisposeNotifier that fires the callback; will never be null