All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.html.model.app.util.ActionProvider Maven / Gradle / Ivy

There is a newer version: 2024.8.0
Show newest version
package org.nasdanika.html.model.app.util;

import java.util.function.BiConsumer;

import org.eclipse.emf.ecore.EObject;
import org.nasdanika.html.model.app.Action;

/**
 * Adapter interface. Creates an action for the target.
 * Implementations shall call the argument {@link BiConsumer} passing the target and resulting action as argument to use
 * later in resolve() phase.
 * @author Pavel
 * @deprecated Migrate to LabelProvider
 *
 */
public interface ActionProvider extends org.nasdanika.common.Function,Action> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy