blob: 2571c3ace5b80eaa6d71448402ffa2720244f1cd [file] [log] [blame]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.apache.river.container.hsm;
import java.util.List;
/**
*
* @author trasukg
*/
public interface StateMachineInfo {
public List<Class> getActiveStates();
}