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

org.objectweb.fractal.bf.Service Maven / Gradle / Ivy

The newest version!
package org.objectweb.fractal.bf;
/**
 * A simple printing-on-demand service.
 *  
 * @author [email protected]
 *
 */
public interface Service
{
  /**
   * Print some message
   *
   */
  void print();
  
  /**
   * Return a message to the printing-service user.
   * @return a string to be print.
   */
  String printAndAnswer();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy