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

mt.edu.um.cs.rv.eventmanager.observers.EventObserver Maven / Gradle / Ivy

The newest version!
package mt.edu.um.cs.rv.eventmanager.observers;

import mt.edu.um.cs.rv.events.Event;
import mt.edu.um.cs.rv.monitors.results.MonitorResult;

import java.util.concurrent.Future;

/**
 * Created by dwardu on 19/01/2016.
 */
public interface EventObserver {
    Future> observeEvent(Event e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy