Interface CommandConfirmationHandler
public interface CommandConfirmationHandler
A CommandConfirmationHandler is used by the channel to confirm confirmations of packets.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommandConfirmed(Packet packet) called by channel after a confirmation has been received.
-
Method Details
-
commandConfirmed
called by channel after a confirmation has been received.- Parameters:
packet- the packet confirmed
-