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

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

There is a newer version: 1.3.1
Show newest version

package org.ocap.hn;

/**
 *	
 * This interface represents a handler passed to asynchronous methods
 * @author Patrick Ladd, Vidiom
 *	
 */
public interface NetActionHandler
{

    /**
     *	Notifies the application of an action event.  This method is called
     *	by the implementation when a response to an action or a failure for
     *	the action is detected.
     */
    public void notify(NetActionEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy