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

fact.hexmap.ui.Bus Maven / Gradle / Ivy

Go to download

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