package javax.microedition.m2g;

public interface ExternalResourceHandler
{

 public void requestResource(ScalableImage, String);
 
}