Class Listeners

java.lang.Object
com.storedobject.vaadin.util.Listeners
Direct Known Subclasses:
ClickListeners, ValueChangeListeners

public abstract class Listeners extends Object
Abstract base class for managing and notifying a collection of listeners. Subclasses should provide an implementation for the fire method to define how events are dispatched to individual listeners. This class is designed to manage multiple listeners that can be added or removed dynamically and supports the firing of events to all registered listeners.
Author:
Syam