Interface IMessageEventVisitor

All Known Implementing Classes:
MessageEventVisitor, ReportingMessageEventVisitor

public interface IMessageEventVisitor
This visitor is used during initialization to add the possible process events to.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method may be used to add a process event definition to the process engine.
  • Method Details

    • addEvent

      void addEvent(IMessageEventDS datasource)
      This method may be used to add a process event definition to the process engine.
      Parameters:
      datasource - Data source providing the information for the event that should be added.
      Throws:
      InitializationException - This exception is thrown when the process event information was invalid.