public class FocusChangeListenerImpl extends java.lang.Object implements FocusChangeListener
| Constructor and Description |
|---|
FocusChangeListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(Editor editor) |
void |
focusLost(Editor editor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfocusGained, focusLostpublic void focusGained(Editor editor)
focusGained in interface FocusChangeListenerpublic void focusLost(Editor editor)
focusLost in interface FocusChangeListener