Servoy 5.x Public API

com.servoy.j2db.util
Interface IUIBlocker

All Known Subinterfaces:
IClientPluginAccess, IWebClientPluginAccess

public interface IUIBlocker


Method Summary
 void blockGUI(String reason)
          Block the Graphical User Interface, don't let any cmds happen, cursor is set to wait cursor.
 void releaseGUI()
          Release the Graphical User Interface, status is defaulting and cursor goes back to normal.
 

Method Detail

blockGUI

void blockGUI(String reason)
Block the Graphical User Interface, don't let any cmds happen, cursor is set to wait cursor.
Note:always call this method with a finally block on releaseGUI!

Parameters:
reason - is shown in staus

releaseGUI

void releaseGUI()
Release the Graphical User Interface, status is defaulting and cursor goes back to normal.


Copyright © 2010 Servoy B.V.