net.alantea.liteprops.IBinding Maven / Gradle / Ivy
package net.alantea.liteprops;
import java.util.List;
public interface IBinding
{
public List> getListeners();
/**
* Adds the listener.
*
* @param listener the listener
*/
public default void addListener(ChangeListener © 2015 - 2025 Weber Informatics LLC | Privacy Policy