summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/IStoneCollectionPanel.java
blob: fa3ff73125ffbc87258c6164f086cc8f24c6d11c (plain)
1
2
3
4
5
6
7
8
9
package jrummikub.view;

/**
 * The view of the collection that shows the stones a player has selected
 */
public interface IStoneCollectionPanel extends IStonePanel {

	void setHidden(boolean enable);
}