package org.jmol.awtjs.swing;

public interface ListSelectionModel {

	void addListSelectionListener(Object listener);

}
