Interface InterferenceNames
-
public interface InterferenceNames
This interface can be implemented by aSystemPlugin
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
blockingName()
java.lang.String
information()
java.lang.String
title()
java.lang.String
unwantedName()
-