Interface EventListener

All Known Implementing Classes:
EventEndpoint

public interface EventListener
A listener for the event emitted by the collector
Since:
7.7.1
Author:
Marco Meschieri - LogicalDOC
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a new event arrives
  • Method Details

    • newEvent

      void newEvent(History event)
      Called when a new event arrives
      Parameters:
      event - the event to process