blob: 9fbda12d3a0105ce45efc62518ea53df871e4811 [file] [log] [blame]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.apache.river.container.hsm;
/**
*
* @author trasukg
*/
public interface MetaStateVisitor {
public void visit(MetaState metaState);
}