Interface ListenerRegistration


public interface ListenerRegistration
Represent a listener registration.
Author:
Jakub Bednar (bednar@github) (10/12/2018 09:31)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Dispose the listener registration.
  • Method Details

    • dispose

      void dispose()
      Dispose the listener registration. The repeatable calls has no effect.