Changeset 7980 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2015-01-23T00:29:13+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
r7636 r7980 42 42 * 43 43 * @param title message for the user 44 * @param ignoreException If true, exception will be propagated to calling code. If false then45 * exception will be thrown directly in EDT. When this runnable is executed using executor framework44 * @param ignoreException If true, exception will be silently ignored. If false then 45 * exception will be handled by showing a dialog. When this runnable is executed using executor framework 46 46 * then use false unless you read result of task (because exception will get lost if you don't) 47 47 */ … … 55 55 * @param parent the parent component for the please wait dialog. Must not be null. 56 56 * @param title message for the user 57 * @param ignoreException If true, exception will be propagated to calling code. If false then58 * exception will be thrown directly in EDT. When this runnable is executed using executor framework57 * @param ignoreException If true, exception will be silently ignored. If false then 58 * exception will be handled by showing a dialog. When this runnable is executed using executor framework 59 59 * then use false unless you read result of task (because exception will get lost if you don't) 60 60 * @throws IllegalArgumentException thrown if parent is null … … 72 72 * @param title message for the user 73 73 * @param progressMonitor progress monitor 74 * @param ignoreException If true, exception will be propagated to calling code. If false then75 * exception will be thrown directly in EDT. When this runnable is executed using executor framework74 * @param ignoreException If true, exception will be silently ignored. If false then 75 * exception will be handled by showing a dialog. When this runnable is executed using executor framework 76 76 * then use false unless you read result of task (because exception will get lost if you don't) 77 77 */
Note:
See TracChangeset
for help on using the changeset viewer.