| Summary: | Make OpenStrategy's constant for post selection delay API | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Dani Megert <daniel_megert> |
| Component: | UI | Assignee: | Dani Megert <daniel_megert> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | bokowski, jessev, prakash, remy.suen |
| Version: | 3.7 | Keywords: | api |
| Target Milestone: | 3.7 M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Dani Megert
The addition would look like this:
/**
* Returns the delay for post selection events.
*
* @return the delay for post selection events in milliseconds
* @since 3.7
*/
public static final int getPostSelectionDelay() {
return TIME;
}
Boris, to do this we have to add a static method due to the fix you added for bug 246209. Otherwise we break them again.
I'll commit this if there are no objections by end of this week.
Fixed in HEAD. Available in builds >= N20110221-2000. Verified for build I20110307-2110. |