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

com.cedarsoft.utils.workflow.Action Maven / Gradle / Ivy

The newest version!
package com.cedarsoft.utils.workflow;

import org.jetbrains.annotations.NotNull;

/**
 * An action
 */
public interface Action {
  /**
   * Executes the action
   *
   * @param object     the object
   * @param definition the definition of the transition
   */
  void execute( @NotNull T object, @NotNull TransitionDefinition definition );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy