Searched refs:FilteredAttachmentStrategy (Results 1 – 1 of 1) sorted by relevance
93 var FilteredAttachmentStrategy = function(event) { class98 FilteredAttachmentStrategy.idToEventMap = {};100 FilteredAttachmentStrategy.prototype.onAddedListener = function(listener) {107 FilteredAttachmentStrategy.idToEventMap[id] = this.event_;110 FilteredAttachmentStrategy.prototype.onRemovedListener = function(listener) {114 FilteredAttachmentStrategy.prototype.detachListener =120 delete FilteredAttachmentStrategy.idToEventMap[id];124 FilteredAttachmentStrategy.prototype.detach = function(manual) {129 FilteredAttachmentStrategy.prototype.getListenersByIDs = function(ids) {219 this.attachmentStrategy_ = new FilteredAttachmentStrategy(this);