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,
Window window)
Called when the providers window changed.
|
void windowChanged(WindowProvider provider, Window window)
provider - the source of the eventwindow - the new window, which might be nullvoid visibilityChanged(WindowProvider provider, boolean showing)
provider changed.provider - the source of the eventshowing - the new visibility stateCopyright © 2017 Docking Frames. All rights reserved.