Interface InterferenceNames


  • public interface InterferenceNames
    This interface can be implemented by a SystemPlugin to change the default names of the blocking and unwanted interference. Without this override the names will be
    • unwanted: iRSS Unwanted (summation)
    • blocking: iRSS Blocking (summation)
    • Method Detail

      • title

        java.lang.String title()
      • information

        java.lang.String information()
      • unwantedName

        java.lang.String unwantedName()
      • blockingName

        java.lang.String blockingName()