Package org.acplt.oncrpc
Class OncRpcBroadcastAdapter
- java.lang.Object
-
- org.acplt.oncrpc.OncRpcBroadcastAdapter
-
- All Implemented Interfaces:
OncRpcBroadcastListener
public abstract class OncRpcBroadcastAdapter extends java.lang.Object implements OncRpcBroadcastListener
An abstract adapter class forreceiving
ONC/RPC broadcast reply events
. The methods in this class are empty. This class exists as convenience for creating listener objects.- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:40 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
- See Also:
OncRpcUdpClient
,OncRpcBroadcastAdapter
,OncRpcBroadcastListener
,OncRpcBroadcastEvent
-
-
Constructor Summary
Constructors Constructor Description OncRpcBroadcastAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
replyReceived(OncRpcBroadcastEvent evt)
Invoked when a reply to an ONC/RPC broadcast call is received.
-
-
-
Method Detail
-
replyReceived
public void replyReceived(OncRpcBroadcastEvent evt)
Invoked when a reply to an ONC/RPC broadcast call is received.- Specified by:
replyReceived
in interfaceOncRpcBroadcastListener
- See Also:
OncRpcBroadcastEvent
-
-