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

com.xxdb.streaming.client.MessageHandler Maven / Gradle / Ivy

There is a newer version: 3.00.2.2
Show newest version
package com.xxdb.streaming.client;

import java.util.EventListener;
import java.util.List;

public interface MessageHandler extends EventListener {
    void doEvent(IMessage msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy