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

drinkwater.IBaseEventLogger Maven / Gradle / Ivy

package drinkwater;

import drinkwater.trace.BaseEvent;

/**
 * Created by A406775 on 5/01/2017.
 */
public interface IBaseEventLogger {
    void logEvent(BaseEvent event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy