ReactorInterface.java:


public interface ReactorInterface
{
    public ReactorComponentInterface get(String name);
}