public class SendPamAuthPacket.RequestFocusListener
extends java.lang.Object
implements javax.swing.event.AncestorListener
Modifier and Type | Field and Description |
---|---|
private boolean |
removeListener |
Constructor and Description |
---|
RequestFocusListener() |
RequestFocusListener(boolean removeListener) |
Modifier and Type | Method and Description |
---|---|
void |
ancestorAdded(javax.swing.event.AncestorEvent ancestorEvent) |
void |
ancestorMoved(javax.swing.event.AncestorEvent ancestorEvent) |
void |
ancestorRemoved(javax.swing.event.AncestorEvent ancestorEvent) |
public RequestFocusListener()
public RequestFocusListener(boolean removeListener)
public void ancestorAdded(javax.swing.event.AncestorEvent ancestorEvent)
ancestorAdded
in interface javax.swing.event.AncestorListener
public void ancestorMoved(javax.swing.event.AncestorEvent ancestorEvent)
ancestorMoved
in interface javax.swing.event.AncestorListener
public void ancestorRemoved(javax.swing.event.AncestorEvent ancestorEvent)
ancestorRemoved
in interface javax.swing.event.AncestorListener