public class FileTransferStatusEvent extends ServerStatusEvent
Modifier and Type | Class and Description |
---|---|
static interface |
FileTransferStatusEvent.Listener |
ServerStatusEvent.Source
Constructor and Description |
---|
FileTransferStatusEvent(JobId jobId,
boolean isStarted) |
Modifier and Type | Method and Description |
---|---|
JobId |
getJobId() |
boolean |
isFinished() |
boolean |
isStarted() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
getMessageType
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
public FileTransferStatusEvent(JobId jobId, boolean isStarted)
public boolean isStarted()
public boolean isFinished()
public JobId getJobId()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.