@Deprecated public static final class WeakListener.Focus extends WeakListener implements FocusListener
WeakListener.Change, WeakListener.Document, WeakListener.FileChange, WeakListener.FileStatus, WeakListener.Focus, WeakListener.Node, WeakListener.PropertyChange, WeakListener.Repository, WeakListener.VetoableChange
Constructor and Description |
---|
Focus(FocusListener l)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent ev)
Deprecated.
Delegates to the original listener.
|
void |
focusLost(FocusEvent ev)
Deprecated.
Delegates to the original listener.
|
protected String |
removeMethodName()
Deprecated.
Method name to use for removing the listener.
|
change, create, document, fileChange, fileStatus, focus, get, node, propertyChange, repository, setSource, toString, vetoableChange
public Focus(FocusListener l)
l
- listener to delegate topublic void focusGained(FocusEvent ev)
focusGained
in interface FocusListener
public void focusLost(FocusEvent ev)
focusLost
in interface FocusListener
protected String removeMethodName()
removeMethodName
in class WeakListener