public class TimeoutEvent extends Object
| Constructor and Description |
|---|
TimeoutEvent(String description,
long elapsedTimeInMS,
long remainingTimeInMS,
boolean conditionIsFulfilled,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getDescription() |
long |
getElapsedTimeInMS() |
long |
getRemainingTimeInMS() |
boolean |
isConditionIsFulfilled() |
Copyright © 2010–2022. All rights reserved.