package javax.microedition.content;

public interface ResponseListener
{

 public void invocationResponseNotify(Registry);
 
}