Add name to all controlled components.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Controlled.java
index b84a114..e311681 100644 (file)
@@ -27,6 +27,13 @@ import java.util.List;
 public interface Controlled {
 
        /**
+        * Returns the name of this controlled component.
+        *
+        * @return The name of this controlled component
+        */
+       public String name();
+
+       /**
         * Returns the controllers offered by this component.
         *
         * @return The controllers of this component