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

listeners.IMListener Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package listeners;

import model.InboundMessage;
import model.Stream;

public interface IMListener {

    void onIMMessage(InboundMessage message);
    void onIMCreated (Stream stream);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy