Class ObjectListComponent.JListSelectionListener<T>

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ListSelectionListener
    Enclosing class:
    ObjectListComponent<T>

    public static final class ObjectListComponent.JListSelectionListener<T>
    extends java.lang.Object
    implements javax.swing.event.ListSelectionListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void valueChanged​(javax.swing.event.ListSelectionEvent event)  
      • Methods inherited from class java.lang.Object

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

      • JListSelectionListener

        public JListSelectionListener​(IListModel<T> listModel,
                                      javax.swing.ListSelectionModel listSelectionModel,
                                      ISelectionModel<T> objectSelectionModel)
    • Method Detail

      • valueChanged

        public void valueChanged​(javax.swing.event.ListSelectionEvent event)
        Specified by:
        valueChanged in interface javax.swing.event.ListSelectionListener