public static interface JGraspFrame.VisibilityHandler
Modifier and Type | Method and Description |
---|---|
void |
visibilityChanged(boolean visible,
String windowName,
JGraspFrame frame,
grasp.util.WindowBarWin windowBarControl)
Called when frame visibility changes.
|
void visibilityChanged(boolean visible, String windowName, JGraspFrame frame, grasp.util.WindowBarWin windowBarControl)
visible
- the new visibility state.windowName
- a short identifier for the window.frame
- the frame for which visibility has changed.windowBarControl
- the window bar handle for the frame.