package org.simantics.district.network.ui.nodes; public interface HoverSensitiveNode { boolean hover(boolean hover, boolean isConnectionTool); }