Class PreviewClickListener

  • All Implemented Interfaces:
    com.vaadin.event.SerializableEventListener, com.vaadin.ui.Button.ClickListener, Serializable, EventListener

    public class PreviewClickListener
    extends Object
    implements com.vaadin.ui.Button.ClickListener
    Class implementing Button.ClickListener for creating the preview window.
    Author:
    Christian Pape
    See Also:
    Serialized Form
    • Constructor Detail

      • PreviewClickListener

        public PreviewClickListener​(SurveillanceViewService surveillanceViewService,
                                    com.vaadin.ui.Component component,
                                    View view)
        Constructor for creating new instances of this listener.
        Parameters:
        component - the Component to use
        view - the View to display
    • Method Detail

      • buttonClick

        public void buttonClick​(com.vaadin.ui.Button.ClickEvent clickEvent)
        Specified by:
        buttonClick in interface com.vaadin.ui.Button.ClickListener