net.officefloor.demo.record
Interface FrameVisibilityListener


public interface FrameVisibilityListener

Listener for the Frame visibility.

Author:
Daniel Sagenschneider

Method Summary
 void notifyFrameVisibility(boolean isVisible)
          Indicates a change in the state of the visibility for the Frame.
 

Method Detail

notifyFrameVisibility

void notifyFrameVisibility(boolean isVisible)
Indicates a change in the state of the visibility for the Frame.

Parameters:
isVisible - Indicates if Frame is visible.


Copyright © 2005-2012. All Rights Reserved.