Class AnTreeListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.TreeSelectionListener

    public class AnTreeListener
    extends java.lang.Object
    implements javax.swing.event.TreeSelectionListener
    Listens for tree selections and tells the mediator it is OK to enable the class selction button
    • Method Summary

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

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

      • valueChanged

        public void valueChanged​(javax.swing.event.TreeSelectionEvent ev)
        Specified by:
        valueChanged in interface javax.swing.event.TreeSelectionListener