Interface EventListener

All Known Implementing Classes:
DigitalEventListener

public interface EventListener
Generic event listener interface for easy removal of existing listeners.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes the listener and therefore prevents any execution in the future.
  • Method Details

    • remove

      void remove()
      Removes the listener and therefore prevents any execution in the future.