Package com.atlassian.jira.issue.index
Interface Awaitable
public interface Awaitable
-
Method Summary
-
Method Details
-
await
See if we can wait successfully for this thing.- Parameters:
time- how long to waitunit- the unit in which time is specified- Returns:
- true if the thing was obtained.
- Throws:
InterruptedException- if someone hits the interrupt button
-