public class RequestFocusListener
extends java.lang.Object
implements javax.swing.event.AncestorListener
| Constructor and Description |
|---|
RequestFocusListener()
Convenience constructor.
|
RequestFocusListener(boolean removeListener)
Constructor that controls whether this listen can be used once or multiple times.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ancestorAdded(javax.swing.event.AncestorEvent e) |
void |
ancestorMoved(javax.swing.event.AncestorEvent e) |
void |
ancestorRemoved(javax.swing.event.AncestorEvent e) |
public RequestFocusListener()
public RequestFocusListener(boolean removeListener)
removeListener - when true this listener is only invoked once otherwise it can be invoked multiple times.public void ancestorAdded(javax.swing.event.AncestorEvent e)
ancestorAdded in interface javax.swing.event.AncestorListenerpublic void ancestorMoved(javax.swing.event.AncestorEvent e)
ancestorMoved in interface javax.swing.event.AncestorListenerpublic void ancestorRemoved(javax.swing.event.AncestorEvent e)
ancestorRemoved in interface javax.swing.event.AncestorListener