Uses of Interface
com.vaadin.portlet.VaadinPortletSession.PortletListener
-
Packages that use VaadinPortletSession.PortletListener Package Description com.vaadin.portlet -
-
Uses of VaadinPortletSession.PortletListener in com.vaadin.portlet
Methods in com.vaadin.portlet with parameters of type VaadinPortletSession.PortletListener Modifier and Type Method Description RegistrationVaadinPortletSession. addPortletListener(VaadinPortletSession.PortletListener listener)Adds a listener for various types of portlet requests.voidVaadinPortletSession. removePortletListener(VaadinPortletSession.PortletListener listener)Deprecated.Use aRegistrationobject returned byVaadinPortletSession.addPortletListener(PortletListener)to remove a listener
-