Interface EventListener<E>


public interface EventListener<E>
  • Method Summary

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

    • onEvent

      void onEvent(E event)