You can use an interface as a marker interface that is
implemented by a set of components that you want to easily identify
for specific usage in your app.
In JavaScript, you can determine if a component implements an interface
by using myCmp.isInstanceOf("mynamespace:myinterface").