Interface ParameterProcessor

All Known Implementing Classes:
AlgorithmManager, CommandQueueManager, MatchCriteriaVerifier, PacketViewer, ParameterProcessorManager

public interface ParameterProcessor
This is the interface implemented by the ParameterRequestManager to receive parameters from the different parameter providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(ProcessingData processingData)
     
  • Method Details