public class TimeoutEvent extends AbstractIssueEvent
Event.Type| Constructor and Description |
|---|
TimeoutEvent(RequestMessage request,
long time) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTime()
Time at which the time out occurred
|
Event.Type |
getType()
Type of the event
|
java.lang.String |
toString() |
getRequestpublic TimeoutEvent(RequestMessage request, long time)
public Event.Type getType()
Eventpublic long getTime()
public java.lang.String toString()
toString in class java.lang.Object