package javax.microedition.content;

public interface ResponseListener
{

 public void invocationResponseNotify(Registry registry_1);
 
}