com.eightmotions.util
Interface NotifyLoadURL

All Known Implementing Classes:
Track

public interface NotifyLoadURL

Interface to implement if you want to be notifed of events from the URL Fetcher....


Method Summary
 void error(int errorCode)
           
 boolean inputStream(java.io.InputStream is, javax.microedition.io.HttpConnection cnx)
           
 boolean lineRead(URLFetcher f, java.lang.String inLine)
           
 void loaded(URLFetcher f)
           
 

Method Detail

inputStream

boolean inputStream(java.io.InputStream is,
                    javax.microedition.io.HttpConnection cnx)
Parameters:
is -
Returns:
false if loading must stop from here

loaded

void loaded(URLFetcher f)
Parameters:
f -

lineRead

boolean lineRead(URLFetcher f,
                 java.lang.String inLine)
Parameters:
f -
inLine -
Returns:

error

void error(int errorCode)
Parameters:
errorCode -