Interface Listener<E>


public interface Listener<E>
A listener interface that can receive notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(E event)
     
  • Method Details

    • notify

      void notify(E event)