Layer Selected event does not exist in LayerTableEvent?

Hi there –

I’m continuing to build my arsenal of UI interaction components. Yesterday I built a simple component to collect the layer information for layers that are selected in the Rhino layer manager. It works well using the getSelectedLayers() method on the LayerTable class – however, I noticed that a change in layer selection in the Rhino UI does not trigger a LayerTableEvent. I’d love to be able to keep this component updated by using a listener. Are there any other options? I dug around in the Rhino.UI namespace but didn’t find anything self-evident.

Thanks,
Marc