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

java.beans.PropertyChangeListener Maven / Gradle / Ivy

package java.beans;

import java.util.EventListener;

public interface PropertyChangeListener extends EventListener {
	public void propertyChange(PropertyChangeEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy