Interface IEventConsumer

All Known Implementing Classes:
AlteriteModule, SocketConnector.ClientWorker

public interface IEventConsumer
This interface is intended to be implemented by classes that are expected to be notified when some event occurs, thus consuming the event.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consumeEvent(UUID watcherID, OroEvent e)
     
  • Method Details

    • consumeEvent

      void consumeEvent(UUID watcherID, OroEvent e)