Indicator derived from Configurable

This commit is contained in:
2017-11-19 15:08:27 +01:00
parent 2e34143467
commit aafe70d02b
2 changed files with 13 additions and 1 deletions

View File

@ -29,7 +29,7 @@ package sesim;
*
* @author 7u83 <7u83@mail.ru>
*/
public interface Indicator {
public interface Indicator extends ConfigurableInterface{
public String getName();
public String getDescription();
}