Class SendPamAuthPacket.RequestFocusListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.AncestorListener
    Enclosing class:
    SendPamAuthPacket

    public class SendPamAuthPacket.RequestFocusListener
    extends java.lang.Object
    implements javax.swing.event.AncestorListener
    Force focus to input field.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean removeListener  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ancestorAdded​(javax.swing.event.AncestorEvent ancestorEvent)  
      void ancestorMoved​(javax.swing.event.AncestorEvent ancestorEvent)  
      void ancestorRemoved​(javax.swing.event.AncestorEvent ancestorEvent)  
      • Methods inherited from class java.lang.Object

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

      • removeListener

        private final boolean removeListener
    • Constructor Detail

      • RequestFocusListener

        public RequestFocusListener()
      • RequestFocusListener

        public RequestFocusListener​(boolean removeListener)
    • Method Detail

      • ancestorAdded

        public void ancestorAdded​(javax.swing.event.AncestorEvent ancestorEvent)
        Specified by:
        ancestorAdded in interface javax.swing.event.AncestorListener
      • ancestorMoved

        public void ancestorMoved​(javax.swing.event.AncestorEvent ancestorEvent)
        Specified by:
        ancestorMoved in interface javax.swing.event.AncestorListener
      • ancestorRemoved

        public void ancestorRemoved​(javax.swing.event.AncestorEvent ancestorEvent)
        Specified by:
        ancestorRemoved in interface javax.swing.event.AncestorListener