writeReregisterCommand();
writeDoneCommand(100);
return;
}
EventWaitDelay delay = waitForCmd ? EventWaitDelay.SHORT
: EventWaitDelay.AUTO;
while (true) {
FormDataEvent e = session.getNextEvent(coupon, delay);
if (e == null) {
log.finer("No events found.");