Package org.somda.sdc.dpws.udp
Interface UdpMessageQueueObserver
- All Known Implementing Classes:
DiscoveryClientUdpProcessor,DiscoveryDeviceUdpMessageProcessor
public interface UdpMessageQueueObserver
Observer that is fed by
UdpMessageQueueService.
Use Subscribe to annotate a callback method to receive UdpMessage
instances from UdpMessageQueueService. The callback method signature returns void and accepts a
UdpMessage instance as the only parameter.