created: function()

in src/main/resources/META-INF/resources/components/selected.js [30:33]


    created: function () {
      getEventHub().$on('select', this.selectComponent);
      getEventHub().$on('clearSelection', this.clearSelection);
    },