org.gudy.azureus2.ui.swt
Class UIExitUtilsSWT

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.UIExitUtilsSWT

public class UIExitUtilsSWT
extends Object

Author:
TuxPaper

Nested Class Summary
static interface UIExitUtilsSWT.canCloseListener
           
 
Constructor Summary
UIExitUtilsSWT()
           
 
Method Summary
static void addListener(UIExitUtilsSWT.canCloseListener l)
           
static boolean canClose(GlobalManager globalManager, boolean bForRestart)
           
static void removeListener(UIExitUtilsSWT.canCloseListener l)
           
static void setSkipCloseCheck(boolean b)
           
static void uiShutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIExitUtilsSWT

public UIExitUtilsSWT()
Method Detail

addListener

public static void addListener(UIExitUtilsSWT.canCloseListener l)

removeListener

public static void removeListener(UIExitUtilsSWT.canCloseListener l)

setSkipCloseCheck

public static void setSkipCloseCheck(boolean b)

canClose

public static boolean canClose(GlobalManager globalManager,
                               boolean bForRestart)
Returns:

uiShutdown

public static void uiShutdown()