simtools.ui
Interface DesktopCardPanelListener

All Known Implementing Classes:
JSynopticFrame, JSynopticPanels

public interface DesktopCardPanelListener

A listener for the DesktopCardPanel to be warned of components selection.

Version:
1.0 1999
Author:
Claude Cazenave

Method Summary
 void componentSelected(javax.swing.JComponent d)
          The desktop card panel calls each listener when the selection changes and provides the new selected component
 

Method Detail

componentSelected

void componentSelected(javax.swing.JComponent d)
The desktop card panel calls each listener when the selection changes and provides the new selected component

Parameters:
d - the new selected component