Returns the next event in the queue or ExternalEvent with time of double.MAX_VALUE if there are no events left. @return The next event
()
| 19 | * @return The next event |
| 20 | */ |
| 21 | public ExternalEvent nextEvent(); |
| 22 | |
| 23 | /** |
| 24 | * Returns next event's time or Double.MAX_VALUE if there are no |
no outgoing calls