public class ItemConfirmEvent extends ItemEvent
Modifier and Type | Method and Description |
---|---|
boolean |
getConfirm()
Gets a value indicating whether the action related
to this event should be confirmed or canceled.
|
void |
setConfirm(boolean value)
Sets a value indicating whether the action related
to this event should be confirmed or canceled.
|
public boolean getConfirm()
public void setConfirm(boolean value)
value
- false to prevent the action or true to allow it.