public interface IConfirmationObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
returns the message
|
boolean |
isConfirmed()
returns the confirmed flag
|
void |
setConfirmed(boolean confirmed)
sets the confirmed flag
|