public class GuidedTourServiceEnvelope extends Object implements GuidedTourService
GuidedTourServiceNativeEnvelope.DEFAULT| Constructor and Description |
|---|
GuidedTourServiceEnvelope() |
| 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
|
public void refresh(UserInteraction userInteraction)
GuidedTourServicerefresh in interface GuidedTourServiceuserInteraction - an user interactionpublic void registerTutorial(Tutorial tutorial)
GuidedTourServiceregisterTutorial in interface GuidedTourServicetutorial - a tutorialpublic boolean isEnabled()
GuidedTourServiceisEnabled in interface GuidedTourServiceCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.