package Current.manage; /** This is just a place holder class for the messaging system for McBilliards. * When sent as a message, it indicates that the currently selected tile has * been modified in some subtle way. (e.g. the tile's color has been changed) */ public class TileModified { public TileModified() { } }