local.net
Interface UdpRelayListener


public interface UdpRelayListener

Listener for UdpRelay.


Method Summary
 void onUdpRelaySourceChanged(UdpRelay udp_relay, java.lang.String remote_src_addr, int remote_src_port)
          When the remote source address changes.
 void onUdpRelayTerminated(UdpRelay udp_relay)
          When UdpRelay stops relaying UDP datagrams.
 

Method Detail

onUdpRelaySourceChanged

public void onUdpRelaySourceChanged(UdpRelay udp_relay,
                                    java.lang.String remote_src_addr,
                                    int remote_src_port)
When the remote source address changes.

onUdpRelayTerminated

public void onUdpRelayTerminated(UdpRelay udp_relay)
When UdpRelay stops relaying UDP datagrams.