Interface EventListener<S,C extends SecurityContext>


public interface EventListener<S,C extends SecurityContext>
Listener of untyped Events.
Version:
2022-08-29
Author:
Vladimir Dzhuvinov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(Event<S,C> event)
    Notifies the listener of a new event.
  • Method Details

    • notify

      void notify(Event<S,C> event)
      Notifies the listener of a new event.
      Parameters:
      event - The event.