public interface TransmissionHandlerObserver extends TransmissionHandler
TransmissionPolicyManager to handle transmission states.
This interface extends TransmissionHandler to add the ability to observe when the transmission is completed.
| Modifier and Type | Method and Description |
|---|---|
void |
addTransmissionHandler(TransmissionHandler handler)
Used to add a
TransmissionHandler to the collection stored by the
TransmissionPolicyManager. |
onTransmissionSentvoid addTransmissionHandler(TransmissionHandler handler)
TransmissionHandler to the collection stored by the
TransmissionPolicyManager.handler - The handler to add to the collection.