public class ConfirmationMatter extends ConversationMatter
lines, soundToPlay, title
Constructor and Description |
---|
ConfirmationMatter(java.lang.String line)
Constructs a new confirmation matter.
|
ConfirmationMatter(java.lang.String title,
java.lang.String[] lines,
java.lang.String soundToPlay)
Constructs a new confirmation matter.
|
ConfirmationMatter(java.lang.String title,
java.util.Vector<java.lang.String> lines)
Constructs a new confirmation matter.
|
ConfirmationMatter(java.lang.String title,
java.util.Vector<java.lang.String> lines,
java.lang.String soundToPlay)
Constructs a new confirmation matter.
|
ConfirmationMatter(java.util.Vector<java.lang.String> lines)
Constructs a new confirmation matter.
|
getEqualityId, getLines, getSoundToPlay, getTitle
public ConfirmationMatter(java.lang.String line)
line
- the info line to be displayedpublic ConfirmationMatter(java.util.Vector<java.lang.String> lines)
lines
- the info lines to be displayedpublic ConfirmationMatter(java.lang.String title, java.util.Vector<java.lang.String> lines)
title
- the title of the confirm dialoglines
- the info lines to be displayedpublic ConfirmationMatter(java.lang.String title, java.util.Vector<java.lang.String> lines, java.lang.String soundToPlay)
title
- the title of the confirm dialoglines
- the info lines to be displayedsoundToPlay
- the sound to play when asking for confirmationpublic ConfirmationMatter(java.lang.String title, java.lang.String[] lines, java.lang.String soundToPlay)
title
- the title of the confirm dialoglines
- the info lines to be displayedsoundToPlay
- the sound to play when asking for confirmationCopyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de