Interface EventListener<M>


public interface EventListener<M>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNotify(Object source, M message)
     
  • Method Details

    • onNotify

      void onNotify(Object source, M message)