com.atomikos.finitestates.FSMPreEnterEventSource Maven / Gradle / Ivy
/**
* Copyright (C) 2000-2019 Atomikos
*
* LICENSE CONDITIONS
*
* See http://www.atomikos.com/Main/WhichLicenseApplies for details.
*/
package com.atomikos.finitestates;
import com.atomikos.recovery.TxState;
public interface FSMPreEnterEventSource extends Stateful
{
public void addFSMPreEnterListener(FSMPreEnterListener l,TxState state);
}