Schnittstelle IConfirmationProvider
- Alle bekannten Implementierungsklassen:
InteractiveConfirmationProvider
public interface IConfirmationProvider
A provider of user confirmation of some action.
- Seit:
- 3.4
- Autor:
- Christian W. Damus (CEA LIST)
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class
static interface
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungconfirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubject
and described by amessage
.boolean
-
Methodendetails
-
confirm
Confirmation confirm(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubject
and described by amessage
. Any of the non-empty set ofacceptable
responses may be returned, and the requester may optionally provide asuggestion
of a suitable/safe default answer. -
isInteractive
boolean isInteractive()
-