
fact.hexmap.ui.Bus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fact-tools Show documentation
Show all versions of fact-tools Show documentation
The FACT telescope is a Cherenkov telescope on the island of La Palma.
This set of tools is dedicated to read, parse and process raw data produced by the FACT telescope.
The newest version!
package fact.hexmap.ui;
import com.google.common.eventbus.EventBus;
/**
* Singleton for the evetbus. Cause I dont have Guice
* Created by kaibrugge on 02.06.14.
*/
public class Bus {
public static EventBus eventBus = new EventBus();
private Bus(){
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy