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

io.runon.trading.data.ReadEnd Maven / Gradle / Ivy

The newest version!
package io.runon.trading.data;
/**
 * 읽기종료 이벤트
 * @author macle
 */
public interface ReadEnd {
    
    void endRead();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy