Package com.e1c.g5.v8.dt.check.qfix
Interface IFixChangePreviewProvider<CH extends IFixChange>
-
public interface IFixChangePreviewProvider<CH extends IFixChange>
Provides the specific preview logic for the givenIFixChange
. The preview may depend on the medium/location/etc. OneIFixChange
could have multiple previews???
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<CH>
getPrevievedFixType()
Binds this change processor to a specific type of theIFixChange
The EDT fix subsystem supports superclasses to match fix changes and fix processors in case if the direct correspondence isn't found
-
-
-
Method Detail
-
getPrevievedFixType
Class<CH> getPrevievedFixType()
Binds this change processor to a specific type of theIFixChange
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
-
-