Class AbstractDepictor.DepictedPropertyChangeListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void listModified​(ListEvent<java.lang.Object> listEvent)
      Called when a list is modified.
      void propertyChange​(java.beans.PropertyChangeEvent propertyChangeEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DepictedPropertyChangeListener

        protected DepictedPropertyChangeListener()
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent propertyChangeEvent)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
      • listModified

        public void listModified​(ListEvent<java.lang.Object> listEvent)
        Description copied from interface: ListListener
        Called when a list is modified.
        Specified by:
        listModified in interface ListListener<java.lang.Object>
        Parameters:
        listEvent - The event indicating the source of the event and the list modifications.