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

com.firefly.core.LifeCycle Maven / Gradle / Ivy

There is a newer version: 4.0.3.2
Show newest version
package com.firefly.core;

public interface LifeCycle {
	public void start();

	public void stop();

	public boolean isStarted();

	public boolean isStopped();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy