public class VideoContentResolver extends FileContentResolver implements VideoManager.Listener
_handlers, _validExts
Constructor and Description |
---|
VideoContentResolver(MapView mapView) |
Modifier and Type | Method and Description |
---|---|
FileContentHandler |
getHandler(java.lang.String tool,
java.lang.String uri)
Given a tool name and content URI, create or obtain a content handler
|
void |
onEntryAdded(ConnectionEntry entry)
Connection entry was added or updated to the video manager
|
void |
onEntryRemoved(ConnectionEntry entry)
Connection entry was removed from the video manager
|
addHandler, addHandler, dispose, getHandler, getHandlers, onVisibilityConditions, query, removeHandler
public VideoContentResolver(MapView mapView)
public FileContentHandler getHandler(java.lang.String tool, java.lang.String uri)
URIContentResolver
getHandler
in interface URIContentResolver
getHandler
in class FileContentResolver
tool
- Tool name (may be null if N/A)uri
- Content URIpublic void onEntryAdded(ConnectionEntry entry)
VideoManager.Listener
onEntryAdded
in interface VideoManager.Listener
entry
- Connection entrypublic void onEntryRemoved(ConnectionEntry entry)
VideoManager.Listener
onEntryRemoved
in interface VideoManager.Listener
entry
- Connection entry