Class PreviewClickListener

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

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

      • Fields inherited from interface com.vaadin.ui.Button.ClickListener

        BUTTON_CLICK_METHOD
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buttonClick​(com.vaadin.ui.Button.ClickEvent clickEvent)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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