public class VgMyNavigationProviderManager extends java.lang.Object implements VgMyNavigationListener
Modifier and Type | Field and Description |
---|---|
protected VgMyNavigationLocationProvider |
mNavigationLocationProvider |
Constructor and Description |
---|
VgMyNavigationProviderManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
destroyNavigationLocationProvider() |
void |
notifyNavigationCreated(VgINavigationRefPtr pNavigation)
Called when a navigation object is created.
|
void |
notifyNavigationDestroyed(VgINavigationRefPtr pNavigation)
Called when a navigation object will be destroyed.
|
protected VgMyNavigationLocationProvider mNavigationLocationProvider
protected void destroyNavigationLocationProvider()
public void notifyNavigationCreated(VgINavigationRefPtr pNavigation)
VgMyNavigationListener
notifyNavigationCreated
in interface VgMyNavigationListener
pNavigation
- The navigation object.public void notifyNavigationDestroyed(VgINavigationRefPtr pNavigation)
VgMyNavigationListener
notifyNavigationDestroyed
in interface VgMyNavigationListener
pNavigation
- The navigation object.