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

bboss.org.jgroups.UpHandler Maven / Gradle / Ivy

The newest version!
// $Id: UpHandler.java,v 1.4 2007/01/11 12:57:28 belaban Exp $

package bboss.org.jgroups;

/**
 * Provides a way of taking over a channel's tasks. 
 */
public interface UpHandler {
	/**
	 * Invoked for all channel events except connection management and state transfer.
	 * @param evt
	 */
    Object up(Event evt);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy