public class FocusObservable extends java.lang.Object implements IFocusObservable
| Constructor and Description |
|---|
FocusObservable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFocusListener(IFocusListener listener)
Adds a focus listener
|
void |
focusGained() |
void |
focusLost() |
void |
removeFocusListener(IFocusListener listener)
Removes a focus listener
|
public final void addFocusListener(IFocusListener listener)
IFocusObservableaddFocusListener in interface IFocusObservablelistener - The listener to addpublic final void removeFocusListener(IFocusListener listener)
IFocusObservableremoveFocusListener in interface IFocusObservablelistener - The listener to removepublic final void focusGained()
public final void focusLost()
Siehe auch Jowidgets Nutzerhandbuch