public interface GuidedTourService
| Modifier and Type | Field and Description |
|---|---|
static GuidedTourService |
DEFAULT
It's the default implementation of the
GuidedTourService. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled()
Checks if the Guided Tour is enabled.
|
void |
refresh(UserInteraction userInteraction)
Refreshes the Guided Tour with a new user interaction.
|
void |
registerTutorial(Tutorial tutorial)
Registers a tutorial into the Guided Tour
|
static final GuidedTourService DEFAULT
GuidedTourService.void refresh(UserInteraction userInteraction)
userInteraction - an user interactionvoid registerTutorial(Tutorial tutorial)
tutorial - a tutorialboolean isEnabled()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.