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

org.ocap.hn.NetModuleEventListener Maven / Gradle / Ivy

package org.ocap.hn;

/**
 * NetModuleEventListener
 *
 * @author			Luyang Li ([email protected])
 * @version			1.0
 *
 */

/**
 * NetModuleEvent callback interface. When a NetModule is registered or removed from
 * NetManager, or if the internal status of a NetModule changes, then system will 
 * notify all registered listeners.
 */
public interface NetModuleEventListener extends java.util.EventListener {
    /**
     * Callback function for NetModule event. Callee will be notified when NetModule
     * event happens
     * 
     * @param event
     *            NetModule event
     */
    public void notify(NetModuleEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy