package org.greenstone.atlas.client;

public interface ResponseFunction
{
	public void function(String response);
}
