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

com.gemstone.org.jgroups.util.Command Maven / Gradle / Ivy

There is a newer version: 2.0-BETA
Show newest version
/** Notice of modification as required by the LGPL
 *  This file was modified by Gemstone Systems Inc. on
 *  $Date$
 **/
// $Id: Command.java,v 1.2 2005/07/17 11:33:58 chrislott Exp $

package com.gemstone.org.jgroups.util;

/**
  * The Command patttern (see Gamma et al.). Implementations would provide their
  * own execute method.
  * @author Bela Ban
  */
public interface Command {
    boolean execute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy