[svn r299] added passed counting to eventport
This commit is contained in:
parent
33ea222ae1
commit
0e4aa65062
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue