Class AbstractEditActionHandler

    • Field Detail

      • listenerList

        protected javax.swing.event.EventListenerList listenerList
    • Constructor Detail

      • AbstractEditActionHandler

        public AbstractEditActionHandler()
    • Method Detail

      • addChangeListener

        public void addChangeListener​(javax.swing.event.ChangeListener listener)
        Description copied from interface: EditActionHandler
        Add a change listener that will be notified when this handler's responses to the "can-" functions will have changed.
        Specified by:
        addChangeListener in interface EditActionHandler
      • fireChangeEvent

        protected void fireChangeEvent()