Class ClickListeners

java.lang.Object
com.storedobject.vaadin.util.Listeners
com.storedobject.vaadin.util.ClickListeners

public class ClickListeners extends Listeners
Specialized implementation of the Listeners class that manages and notifies event listeners specifically for handling ComponentEvents. This class dispatches events to listeners that implement the ComponentEventListener interface. When an event of type ComponentEvent is fired, it invokes the ComponentEventListener.onComponentEvent(ComponentEvent) method on each registered listener.
Author:
Syam