Interface NotificationService

All Known Implementing Classes:
NotificationServiceImpl

public interface NotificationService
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    post(T event)
     
    void
    register(Listener<?> listener)
     
  • Method Details

    • register

      void register(Listener<?> listener)
    • post

      <T> void post(T event)