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

pl.fhframework.events.IEventSourceContainer Maven / Gradle / Ivy

package pl.fhframework.events;

/**
 * Created by Gabriel.Kurzac on 2016-08-23.
 */
public interface IEventSourceContainer {

    public IEventSource getEventSource(String elementId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy