net.landspurg.util
Interface NotifyLoadURL
- All Known Implementing Classes:
- MapMain, Track
public interface NotifyLoadURL
Interface to implement if you want to be notifed of events from
the URL Fetcher....
inputStream
boolean inputStream(java.io.InputStream is)
- 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 -