199200201202203204205206207
throw new RuntimeException(); } } public AbstractTaskEvent getCurrentEvent() { AbstractTaskEvent e = this.currentEvent; this.currentEvent = null; return e; }
306307308309310311312313314
public void notifyDataUnitConsumed() { this.getInputGate().notifyDataUnitConsumed(getIndex()); } public AbstractTaskEvent getCurrentEvent() { AbstractTaskEvent e = this.currentEvent; this.currentEvent = null; return e; }