/* Copyright 1996 Rujith de Silva. This code is in the public domain. */ package NET.industry.pento; public interface BoardChange { public void boardChanged (); }