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

com.bluejeans.utils.ipc.IPCConsumer Maven / Gradle / Ivy

The newest version!
/*
 * Copyright Blue Jeans Network.
 */
package com.bluejeans.utils.ipc;

/**
 * IPC consumer to consume messages from IPC channel with a callback.
 *
 * @author Dinesh Ilindra
 */
public interface IPCConsumer {

    void addHandler(IPCHandler handler);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy