Interface Subscriber


public interface Subscriber
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    handle(Evt evt)
     
  • Method Details

    • getEvtType

      EvtType<Evt> getEvtType()
    • handle

      void handle(Evt evt)