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

ca.odell.glazedlists.impl.ctp.CTPHandlerFactory Maven / Gradle / Ivy

/* Glazed Lists                                                 (c) 2003-2006 */
/* http://publicobject.com/glazedlists/                      publicobject.com,*/
/*                                                     O'Dell Engineering Ltd.*/
package ca.odell.glazedlists.impl.ctp;

/**
 * The CTPHandlerFactory provides a factory to handle incoming connections.
 *
 * @author Jesse Wilson
 */
public interface CTPHandlerFactory {

    /**
     * Upon a connect, a CTPHandler is required to handle the data of this connection.
     * The returned CTPHandler will be delegated to handle the connection's data.
     */
    public CTPHandler constructHandler();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy