public interface WalkThroughInterface
| Modifier and Type | Method and Description |
|---|---|
void |
nextTutorial(Tutorial tutorial)
Moving to the next tutorial in the walk through.
|
void |
setWalkThroughData(java.util.ArrayList<Tutorial> tutorials)
Setting the walk through data.
|
void |
skip()
Skipping the rest of the walk through.
|
void |
startWalkThrough()
Starting the walk through.
|
void nextTutorial(Tutorial tutorial)
void skip()
void setWalkThroughData(java.util.ArrayList<Tutorial> tutorials)
void startWalkThrough()