package de.hsfulda.pmuw.oop; interface StateChangeListener { void addActiveCell(T cell); }