Interface EventPublisher<T>

All Known Implementing Classes:
AiidaEventPublisher

public interface EventPublisher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publishEvent(T event)
     
  • Method Details

    • publishEvent

      void publishEvent(T event)