[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;
|
ready = false;
|
||||||
try {
|
try {
|
||||||
FoeiProcess foeiProcess = FoeiProcessFactory.getFoeiProcess();
|
FoeiProcess foeiProcess = FoeiProcessFactory.getFoeiProcess();
|
||||||
|
eventPort.addEventsPassed();
|
||||||
if(eventPort.getEventPortType()==EventPortType.input) {
|
if(eventPort.getEventPortType()==EventPortType.input) {
|
||||||
EventInput eventInput = (EventInput)eventPort.getEventObject();
|
EventInput eventInput = (EventInput)eventPort.getEventObject();
|
||||||
eventInput.doEvent(eventPort,eventObject);
|
eventInput.doEvent(eventPort,eventObject);
|
||||||
|
|
Loading…
Reference in a new issue