Interface IFixChangePreviewProvider<CH extends IFixChange>


public interface IFixChangePreviewProvider<CH extends IFixChange>
Provides the specific preview logic for the given IFixChange. The preview may depend on the medium/location/etc. One IFixChange could have multiple previews???
  • Method Summary

    Modifier and Type
    Method
    Description
    Binds this change processor to a specific type of the IFixChange The EDT fix subsystem supports superclasses to match fix changes and fix processors in case if the direct correspondence isn't found
  • Method Details

    • getPrevievedFixType

      Class<CH> getPrevievedFixType()
      Binds this change processor to a specific type of the IFixChange The EDT fix subsystem supports superclasses to match fix changes and fix processors in case if the direct correspondence isn't found
      Returns:
      The type of the served IFixChange