Interface Cork


public interface Cork
A Cork provides a generic interface for unregistering a previously registered listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Remove the listener this Cork represents.
  • Method Details

    • cork

      void cork()
      Remove the listener this Cork represents.