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

domino.java.capsule.CapsuleScope Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package domino.java.capsule;

/**
 * Represents a collection of capsules which shall all be stopped on the same
 * event.
 */
public interface CapsuleScope {
	/**
	 * Stops all capsules in this scope.
	 */
	void stop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy