public abstract class ConfirmationEventListener extends Object implements com.vaadin.ui.Component.Listener
ConfirmationEvents and delegates to
confirmed or rejected methods.| Constructor and Description |
|---|
ConfirmationEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
componentEvent(com.vaadin.ui.Component.Event event) |
protected void |
confirmed(ConfirmationEvent event)
Called when confirmation is given.
|
protected void |
rejected(ConfirmationEvent event)
Called when rejection is given.
|
public final void componentEvent(com.vaadin.ui.Component.Event event)
componentEvent in interface com.vaadin.ui.Component.Listenerprotected void confirmed(ConfirmationEvent event)
protected void rejected(ConfirmationEvent event)
Copyright © 2016 Alfresco. All rights reserved.