Uses of Interface
com.vaadin.swingkit.client.VaadinEventListener
-
Uses of VaadinEventListener in com.vaadin.swingkit.client
Methods in com.vaadin.swingkit.client that return types with arguments of type VaadinEventListenerModifier and TypeMethodDescriptionJVaadinPanel.getListeners()VaadinEventNotifier.getListeners()Get a map with one list for each type of all listeners registered in this notifier.Methods in com.vaadin.swingkit.client with parameters of type VaadinEventListenerModifier and TypeMethodDescriptiondefault voidVaadinEventNotifier.addEventListener(String eventType, VaadinEventListener eventListener) Adds a listener to be notified when an action occurs.default voidVaadinEventNotifier.removeEventListener(String eventType, VaadinEventListener eventListener) Removes a listener, so it is no longer notified when an action occurs.