org.davic.net.tuning
Interface NetworkInterfaceListener

All Superinterfaces:
java.util.EventListener

public interface NetworkInterfaceListener
extends java.util.EventListener

The listener used to receive NetworkInterface related events.


Method Summary
 void receiveNIEvent(NetworkInterfaceEvent anEvent)
          This function is called to send an event to the listener
 

Method Detail

receiveNIEvent

void receiveNIEvent(NetworkInterfaceEvent anEvent)
This function is called to send an event to the listener

Parameters:
anEvent - event that is sent to the listener