|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WindowProviderListener
A listener added to a WindowProvider. The provider should
inform the listener when its window changes.
| Method Summary | |
|---|---|
void |
visibilityChanged(WindowProvider provider,
boolean showing)
Called if the visibility of the window of provider changed. |
void |
windowChanged(WindowProvider provider,
Window window)
Called when the providers window changed. |
| Method Detail |
|---|
void windowChanged(WindowProvider provider,
Window window)
provider - the source of the eventwindow - the new window, which might be null
void visibilityChanged(WindowProvider provider,
boolean showing)
provider changed.
provider - the source of the eventshowing - the new visibility state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||