public class KMZContentResolver extends FileContentResolver implements URIContentPriority, URIContentListener
_handlers, _validExts
Constructor and Description |
---|
KMZContentResolver(MapView mapView) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
int |
getPriority()
Get the priority of this URI content manager
|
void |
onContentChanged(URIContentHandler handler)
Called when content has changed in some way
|
void |
onContentDeleted(URIContentHandler handler)
Called when content is finished being locally deleted
|
void |
onContentImported(URIContentHandler handler)
Called when content is finished being imported
|
addHandler, addHandler, getHandler, getHandler, getHandlers, onVisibilityConditions, query, removeHandler
public KMZContentResolver(MapView mapView)
public void dispose()
dispose
in class FileContentResolver
public int getPriority()
URIContentPriority
getPriority
in interface URIContentPriority
public void onContentImported(URIContentHandler handler)
URIContentListener
onContentImported
in interface URIContentListener
handler
- URI content handlerpublic void onContentDeleted(URIContentHandler handler)
URIContentListener
onContentDeleted
in interface URIContentListener
handler
- URI content handlerpublic void onContentChanged(URIContentHandler handler)
URIContentListener
onContentChanged
in interface URIContentListener
handler
- URI content handler