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)
IFocusObservable
addFocusListener
in interface IFocusObservable
listener
- The listener to addpublic final void removeFocusListener(IFocusListener listener)
IFocusObservable
removeFocusListener
in interface IFocusObservable
listener
- The listener to removepublic final void focusGained()
public final void focusLost()
Siehe auch Jowidgets Nutzerhandbuch