public class WorkEvent extends EventObject
The GNU Lesser General Public License for details.
,
Serialized FormModifier 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, toString
private static final long serialVersionUID
public WorkEvent(Progress source)
source
- the job that has made progresspublic Progress getJob()