net.sf.jomic.common
Interface FullScreenCancelabel

All Known Implementing Classes:
FullScreenViewer

public interface FullScreenCancelabel

Interface for a full screen viewer that can be canceled if necessary. This is required for error dialogs to switch back to windowed mode in order to show the dialog properly.

Author:
Thomas Aglassinger

Method Summary
 boolean isVisible()
           
 void performCancelAndWait()
           
 

Method Detail

performCancelAndWait

void performCancelAndWait()
                          throws java.lang.Exception
Throws:
java.lang.Exception

isVisible

boolean isVisible()