Interface AutoCleanableListener

All Known Implementing Classes:
UniversalTestListener

public interface AutoCleanableListener
Listener that is automatically cleaned up (removed from the the global list of subscribers). For now, we don't intend to make this interface public.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates that the listener is dirty and should be removed from the subscribers
  • Method Details

    • isListenerDirty

      boolean isListenerDirty()
      Indicates that the listener is dirty and should be removed from the subscribers