[svn r299] added passed counting to eventport
This commit is contained in:
parent
33ea222ae1
commit
0e4aa65062
|
@ -98,6 +98,7 @@ public class EventExecutorImpl implements EventExecutor {
|
|||
ready = false;
|
||||
try {
|
||||
FoeiProcess foeiProcess = FoeiProcessFactory.getFoeiProcess();
|
||||
eventPort.addEventsPassed();
|
||||
if(eventPort.getEventPortType()==EventPortType.input) {
|
||||
EventInput eventInput = (EventInput)eventPort.getEventObject();
|
||||
eventInput.doEvent(eventPort,eventObject);
|
||||
|
|
Loading…
Reference in a new issue