add 'completed' callback to TileDataSink
This commit is contained in:
parent
9752ecb43a
commit
ca9440e542
@ -539,4 +539,10 @@ public class MapTileLoader extends TileLoader implements IRenderCallback, ITileD
|
|||||||
public void renderWaySymbol(LineSymbol symbol) {
|
public void renderWaySymbol(LineSymbol symbol) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void completed(boolean success) {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,4 +25,6 @@ import org.oscim.core.MapElement;
|
|||||||
public interface ITileDataSink {
|
public interface ITileDataSink {
|
||||||
|
|
||||||
void process(MapElement element);
|
void process(MapElement element);
|
||||||
|
|
||||||
|
void completed(boolean success);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user