Class ProcessingEvent


public class ProcessingEvent extends SystemEvent

Simple base data structure for all events linked to processing modules

Since:
Feb 20, 2015
  • Field Details

  • Constructor Details

    • ProcessingEvent

      public ProcessingEvent(long timeStamp, String processUID, ProcessingEvent.Type type)
      Sole constructor
      Parameters:
      timeStamp - unix time of event generation
      processUID - Unique ID of originating process
      type - type of event
  • Method Details