com.github.frtu.kotlin.transition.Handoff.kt Maven / Gradle / Ivy
package com.github.frtu.kotlin.transition
import com.github.frtu.kotlin.action.execution.transition.ActionTransition
import com.github.frtu.kotlin.action.management.ActionMetadata
/**
* Handoff is a Tool like any other that allow to pass action to another Tool
*/
interface Handoff : ActionTransition