![JAR search and dependency download from the Maven repository](/logo.png)
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