@Overridepublicvoidstart(SlotActions initialSlotActions,ComponentMainThreadExecutor mainThreadExecutor){Preconditions.checkState(state ==State.CREATED,"The %s has to be just created before starting",TaskSlotTableImpl.class.getSimpleName());this.slotActions =Preconditions.checkNotNull(initialSlotActions);this.mainThreadExecutor =Preconditions.checkNotNull(mainThreadExecutor);timerService.start(this);state =State.RUNNING;}