package org.simantics.district.network.ui.techtype.table; public interface EnableListener { void rowEnabled(int rowIndex, boolean enabled); }