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

org.ocap.environment.EnvironmentListener Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.ocap.environment;
import java.util.EventListener;

/**
 * The listener interface for receiving environment events.
 */
public interface EnvironmentListener extends EventListener{
	/**
	 * Invoked when an application is to be notified of an
	 * event relating to an environment
	 * @param e the event 
	 */
	public void notify( EnvironmentEvent e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy