public interface VgMyNavigationListener
Modifier and Type | Method and Description |
---|---|
void |
notifyNavigationCreated(VgINavigationRefPtr pNavigation)
Called when a navigation object is created.
|
void |
notifyNavigationDestroyed(VgINavigationRefPtr pNavigation)
Called when a navigation object will be destroyed.
|
void notifyNavigationCreated(VgINavigationRefPtr pNavigation)
pNavigation
- The navigation object.void notifyNavigationDestroyed(VgINavigationRefPtr pNavigation)
pNavigation
- The navigation object.