Package org.acplt.oncrpc
Class OncRpcBroadcastAdapter
java.lang.Object
org.acplt.oncrpc.OncRpcBroadcastAdapter
- All Implemented Interfaces:
OncRpcBroadcastListener
An abstract adapter class for
receiving
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 $ $Date: 2003/08/13 12:03:40 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a reply to an ONC/RPC broadcast call is received.
-
Constructor Details
-
OncRpcBroadcastAdapter
public OncRpcBroadcastAdapter()
-
-
Method Details
-
replyReceived
Invoked when a reply to an ONC/RPC broadcast call is received.- Specified by:
replyReceivedin interfaceOncRpcBroadcastListener- Parameters:
evt- The broadcast event received.- See Also:
-