public interface VgMyInstructionDisplay extends VgMyDisplayable
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the content.
|
void |
release()
This method should be called when the activity dies to notify that we
should release/unregister all VisioDevKit objects, and null out as much
references on other objects as possible.
|
void |
updateWithInstruction(VgINavigationConstRefPtr pNavigation,
long pIndex)
Updates this Display with an instruction.
|
hide, isVisible, show
void updateWithInstruction(VgINavigationConstRefPtr pNavigation, long pIndex)
pNavigation
- The navigation object used.pIndex
- The instruction index to use.void clear()
void release()