public abstract class OncRpcBroadcastAdapter extends Object implements OncRpcBroadcastListener
receiving
ONC/RPC broadcast reply events
.
The methods in this class are empty. This class exists as
convenience for creating listener objects.OncRpcUdpClient
,
OncRpcBroadcastAdapter
,
OncRpcBroadcastListener
,
OncRpcBroadcastEvent
Constructor and Description |
---|
OncRpcBroadcastAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
replyReceived(OncRpcBroadcastEvent evt)
Invoked when a reply to an ONC/RPC broadcast call is received.
|
public void replyReceived(OncRpcBroadcastEvent evt)
replyReceived
in interface OncRpcBroadcastListener
evt
- The broadcast event received.OncRpcBroadcastEvent
Copyright © 2022. All rights reserved.