Package org.jmol.api
Interface JmolSelectionListener
-
public interface JmolSelectionListener
listen to atom selections in a Jmol Viewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectionChanged(javajs.util.BS selection)
Called when the selected atoms change
-