Class OntologyGraphFrame.DebugMenuListener

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    OntologyGraphFrame

    public class OntologyGraphFrame.DebugMenuListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    The listener class for debug menu commands.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)
      React to a menu command in the debug menu.
      • Methods inherited from class java.lang.Object

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

      • DebugMenuListener

        public DebugMenuListener()
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        React to a menu command in the debug menu.
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Parameters:
        e - The event received from the menu command.