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

mds.ContextEventListener Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
package mds;

/**
 * $Id$
 * Interface ConnectionListener describes method processConnectionEvent called by the DataProvider
 * implementation to notify jScope of the current status of the data transfer. ConnectionListener objects
 * register themselves by means of DataProvider.addConnectionListener() method.
 *
 * @see ConnectionEvent
 * @see DataProvider
 */
import java.util.EventListener;

public interface ContextEventListener extends EventListener
{
	public void handleContextEvent(Mds source, String msg, boolean ok);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy