Skip to content
Snippets Groups Projects
Service.java 417 B
Newer Older
package org.briarproject.api.lifecycle;
	/**
	 * Starts the service and returns true if it started successfully.
	 * This method must not be called concurrently with {@link #stop()}.
	 */
	/**
	 * Stops the service and returns true if it stopped successfully.
	 * This method must not be called concurrently with {@link #start()}.
	 */