org.acplt.oncrpc
Class OncRpcBroadcastAdapter

java.lang.Object
  extended by org.acplt.oncrpc.OncRpcBroadcastAdapter
All Implemented Interfaces:
OncRpcBroadcastListener

public abstract class OncRpcBroadcastAdapter
extends java.lang.Object
implements 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.

See Also:
OncRpcUdpClient, OncRpcBroadcastAdapter, OncRpcBroadcastListener, OncRpcBroadcastEvent

Constructor Summary
OncRpcBroadcastAdapter()
           
 
Method Summary
 void replyReceived(OncRpcBroadcastEvent evt)
          Invoked when a reply to an ONC/RPC broadcast call is received.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OncRpcBroadcastAdapter

public OncRpcBroadcastAdapter()
Method Detail

replyReceived

public void replyReceived(OncRpcBroadcastEvent evt)
Invoked when a reply to an ONC/RPC broadcast call is received.

Specified by:
replyReceived in interface OncRpcBroadcastListener
See Also:
OncRpcBroadcastEvent