@Override public Set<String> getConsumedEvents() { return cell.getConsumedEvents(); }
/** @param cell */ public DecoratedGridCellValueAdaptor(AbstractCell<T> cell, EventBus eventBus) { super(cell.getConsumedEvents()); this.eventBus = eventBus; this.cell = cell; }