package javax.microedition.content;

public interface RequestListener
{

 public void invocationRequestNotify(ContentHandlerServer);
 
}