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