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

net.sf.mmm.util.concurrent.Stoppable Maven / Gradle / Ivy

The newest version!
/* $Id: Stoppable.java 402 2008-01-14 21:09:00Z hohwille $
 * Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
package net.sf.mmm.util.concurrent;

/**
 * This is the interface for some object that represents a task that can be
 * {@link #stop() stopped}.
 * 
 * @author Joerg Hohwiller (hohwille at users.sourceforge.net)
 */
public interface Stoppable {

  /**
   * This method stops the task.
   */
  void stop();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy