public interface AbstractTransmissionAdapter
AbstractTransmission object.| Modifier and Type | Method and Description |
|---|---|
void |
transmissionDone(TransmissionEvent e)
Is called when the transmission was done successfully.
|
void |
transmissionFailed(TransmissionEvent e)
Is called when the transmission was started aborted.
|
void |
transmissionProgressChanged(TransmissionEvent e)
Is called when the transmission progress was updated.
|
void |
transmissionStarted(TransmissionEvent e)
Is called when the transmission was started successfully.
|
void transmissionStarted(TransmissionEvent e)
e - the transmission event displaying the AbstractTransmission object's statevoid transmissionProgressChanged(TransmissionEvent e)
e - the transmission event displaying the AbstractTransmission object's statevoid transmissionDone(TransmissionEvent e)
e - the transmission event displaying the AbstractTransmission object's statevoid transmissionFailed(TransmissionEvent e)
AbstractTransmission.cancelTransmission()TransmissionEvent.getException() returns the exception object.e - the transmission event displaying the AbstractTransmission object's state