com.jstatcom.component
Interface Card

All Known Implementing Classes:
ModelPanel, TSCalculator, TSSel

public interface Card

Should be implemented by components that are used together with CardDisplayPanel and that should be informed when they are shown or hidden.

Author:
Markus Kraetzig
See Also:
CardDisplayPanel

Method Summary
 void shown(boolean isShown)
          This method is called by CardDisplayPanel whenever a card component is shown or hidden.
 

Method Detail

shown

void shown(boolean isShown)
This method is called by CardDisplayPanel whenever a card component is shown or hidden.

Parameters:
isShown - true if the component is shown and was hidden before, false if it is hidden and was shown before