public class WorkEvent extends EventObject
The GNU Lesser General Public License for details.,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serialization ID
|
source| Constructor and Description |
|---|
WorkEvent(Progress source)
Initialize a WorkEvent
|
| Modifier and Type | Method and Description |
|---|---|
Progress |
getJob()
Accessor for the Job
|
getSource, toStringprivate static final long serialVersionUID
public WorkEvent(Progress source)
source - the job that has made progresspublic Progress getJob()