Copyright © 2003-2004 The MITRE Corporation
420421422423424425426427
// info("about to wait"); this.waitForTime(localInterval * 0.9999999999); simulation.pauseSimulation(); // info("calling listener"); if (localListener != null) localListener.simEventOccurred( new SimEvent(this, getTimeNow())); } }