Class OntologySolverGraphFrame.DebugMenuListener

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

    public static class OntologySolverGraphFrame.DebugMenuListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    Listener 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.
      • 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.
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Parameters:
        e - The event that is received to be reacted to.