Package net.sf.colossus.gui
Class PickColor.PickColorCallback
- java.lang.Object
-
- net.sf.colossus.gui.PickColor.PickColorCallback
-
- Enclosing class:
- PickColor
public abstract static class PickColor.PickColorCallback extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PickColorCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
tellPickedColor(PlayerColor color)
-
-
-
Method Detail
-
tellPickedColor
public abstract void tellPickedColor(PlayerColor color)
-
-