Package org.jmol.api
Interface JmolSelectionListener
-
public interface JmolSelectionListenerlisten to atom selections in a Jmol Viewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(BS selection)Called when the selected atoms change
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(BS selection)
Called when the selected atoms change- Parameters:
selection- bit set giving selection of atom indexes
-
-