public class PopupDetectionObservable extends java.lang.Object implements IPopupDetectionObservable
| Constructor and Description |
|---|
PopupDetectionObservable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPopupDetectionListener(IPopupDetectionListener listener)
Adds a popup detection listener
|
void |
dispose() |
void |
firePopupDetected(Position position) |
void |
removePopupDetectionListener(IPopupDetectionListener listener)
Removes a popup detection listener
|
public void addPopupDetectionListener(IPopupDetectionListener listener)
IPopupDetectionObservableaddPopupDetectionListener in interface IPopupDetectionObservablelistener - The listener to addpublic void removePopupDetectionListener(IPopupDetectionListener listener)
IPopupDetectionObservableremovePopupDetectionListener in interface IPopupDetectionObservablelistener - The listener to removepublic void firePopupDetected(Position position)
public void dispose()
Siehe auch Jowidgets Nutzerhandbuch