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

com.gemstone.org.jgroups.Receiver Maven / Gradle / Ivy

The newest version!
/** Notice of modification as required by the LGPL
 *  This file was modified by Gemstone Systems Inc. on
 *  $Date$
 **/
package com.gemstone.org.jgroups;

/**
 * Defines the callbacks that are invoked when messages, views etc are received on a channel
 * @author Bela Ban
 * @version $Id: Receiver.java,v 1.1 2005/11/08 10:40:16 belaban Exp $
 */
public interface Receiver extends MessageListener, MembershipListener {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy