Class NewAgentDialog.AttachActionListener

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

    private static class NewAgentDialog.AttachActionListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    • Constructor Summary

      Constructors 
      Constructor Description
      AttachActionListener​(javax.swing.JTextField portField, javax.swing.ButtonGroup loneliness, javax.swing.ButtonGroup liveliness, javax.swing.JTextField pidField, NewAgentDialog nad)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent a)  
      • Methods inherited from class java.lang.Object

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

      • portField

        private final javax.swing.JTextField portField
      • loneliness

        private final javax.swing.ButtonGroup loneliness
      • liveliness

        private final javax.swing.ButtonGroup liveliness
      • pidField

        private final javax.swing.JTextField pidField
    • Constructor Detail

      • AttachActionListener

        AttachActionListener​(javax.swing.JTextField portField,
                             javax.swing.ButtonGroup loneliness,
                             javax.swing.ButtonGroup liveliness,
                             javax.swing.JTextField pidField,
                             NewAgentDialog nad)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent a)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener