package org.teiid.designer.ui.actions; /* * JBoss, Home of Professional Open Source. * * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. * * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. */ /** * This interface provides a convenient menas for the ModelResourceActionManager to determine if a Model Resource action * is a connection-related action * @author BLaFond * * * @since 8.0 */ public interface IConnectionAction { // no current methods defined }