Interface PreProcessor<T>

Type Parameters:
T - object type
All Known Subinterfaces:
BlameLinePreProcessor, ChangesetPreProcessor, FileObjectPreProcessor, ModificationsPreProcessor

public interface PreProcessor<T>
A pre processor is able to modify a object before it is delivered to the user interface.
Since:
1.17
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(T item)
     
  • Method Details

    • process

      void process(T item)