All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.davic.net.tuning.NetworkInterfaceListener Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version

package org.davic.net.tuning;

/** The listener used to receive NetworkInterface related events.
  */

public interface NetworkInterfaceListener extends java.util.EventListener {

  /** This function is called to send an event to the listener
    * @param anEvent event that is sent to the listener
    */
  public abstract void receiveNIEvent(NetworkInterfaceEvent anEvent);
}








© 2015 - 2024 Weber Informatics LLC | Privacy Policy