< prev index next >
src/java.desktop/share/classes/javax/swing/SwingWorker.java
Print this page
*** 216,226 ****
* @author Igor Kushnirskiy
*
* @param <T> the result type returned by this {@code SwingWorker's}
* {@code doInBackground} and {@code get} methods
* @param <V> the type used for carrying out intermediate results by this
! * {@code SwingWorker's} {@code publish} and {@code process} methods
*
* @since 1.6
*/
public abstract class SwingWorker<T, V> implements RunnableFuture<T> {
/**
--- 216,226 ----
* @author Igor Kushnirskiy
*
* @param <T> the result type returned by this {@code SwingWorker's}
* {@code doInBackground} and {@code get} methods
* @param <V> the type used for carrying out intermediate results by this
! * {@code SwingWorker's publish} and {@code process} methods
*
* @since 1.6
*/
public abstract class SwingWorker<T, V> implements RunnableFuture<T> {
/**
< prev index next >