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

org.khasanof.service.FltStateEventService Maven / Gradle / Ivy

The newest version!
package org.khasanof.service;

import org.khasanof.state.event.FltStateEvent;

/**
 * @author Nurislom
 * @see org.khasanof.service
 * @since 3/17/2024 12:03 AM
 */
public interface FltStateEventService {

    /**
     *
     * @param event
     */
    void updateState(FltStateEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy