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

com.lti.utils.synchronization.MessageDrivenThreadListener Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
/*
 * Created on Jun 27, 2004
 */
package com.lti.utils.synchronization;

/**
 * @author Ken Larson
 */
public interface MessageDrivenThreadListener
{
    public void onMessage(MessageDrivenThread sender, Object o);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy