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)
IPopupDetectionObservable
addPopupDetectionListener
in interface IPopupDetectionObservable
listener
- The listener to addpublic void removePopupDetectionListener(IPopupDetectionListener listener)
IPopupDetectionObservable
removePopupDetectionListener
in interface IPopupDetectionObservable
listener
- The listener to removepublic void firePopupDetected(Position position)
public void dispose()
Siehe auch Jowidgets Nutzerhandbuch