Interface EventSubscription


public interface EventSubscription
A subscription to an event.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unsubscribes the bound subscriber from the event.
  • Method Details

    • unsubscribe

      void unsubscribe()
      Unsubscribes the bound subscriber from the event.