public interface WindowProviderListener
WindowProvider
. The provider should
inform the listener when its window changes.Modifier and Type | Method and Description |
---|---|
void |
visibilityChanged(WindowProvider provider,
boolean showing)
Called if the visibility of the window of
provider changed. |
void |
windowChanged(WindowProvider provider,
java.awt.Window window)
Called when the providers window changed.
|
void windowChanged(WindowProvider provider, java.awt.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