Class DefaultChangeEventSupport

  • All Implemented Interfaces:
    ChangeEventSupport

    public class DefaultChangeEventSupport
    extends Object
    implements ChangeEventSupport
    Basic implementation of ChangeEventSupport, using standard jdk classes
    Author:
    Tom Nelson
    • Field Detail

      • listenerList

        protected EventListenerList listenerList
        holds the registered listeners
      • changeEvent

        protected transient ChangeEvent changeEvent
        Only one ChangeEvent is needed instance since the event's only state is the source property. The source of events generated is always "this".
    • Constructor Detail

      • DefaultChangeEventSupport

        public DefaultChangeEventSupport​(Object eventSource)