se.cambio.cds.util
Class InitialLoadingObservable

Package class diagram package InitialLoadingObservable
java.lang.Object
  extended by java.util.Observable
      extended by se.cambio.cds.util.InitialLoadingObservable

public class InitialLoadingObservable
extends Observable


Nested Class Summary
static class InitialLoadingObservable.LoadingStage
           
 
Method Summary
static void addLoadingException(InternalErrorException e)
           
static InitialLoadingObservable.LoadingStage getCurrentLoadingStage()
           
static Double getCurrentStageProgress()
           
static InitialLoadingObservable getDelegate()
           
static Collection<InternalErrorException> getLoadingExceptions()
           
static Double getTotalLoadingProgress()
           
static void setCurrentLoadingStage(InitialLoadingObservable.LoadingStage loadingStage)
           
static void setCurrentLoadingStageFinished()
           
static void setCurrentProgress(Double currentProgress)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setCurrentLoadingStage

public static void setCurrentLoadingStage(InitialLoadingObservable.LoadingStage loadingStage)

setCurrentLoadingStageFinished

public static void setCurrentLoadingStageFinished()

setCurrentProgress

public static void setCurrentProgress(Double currentProgress)

getCurrentLoadingStage

public static InitialLoadingObservable.LoadingStage getCurrentLoadingStage()

getTotalLoadingProgress

public static Double getTotalLoadingProgress()

getCurrentStageProgress

public static Double getCurrentStageProgress()

addLoadingException

public static void addLoadingException(InternalErrorException e)

getLoadingExceptions

public static Collection<InternalErrorException> getLoadingExceptions()

getDelegate

public static InitialLoadingObservable getDelegate()


Copyright © 2013 Cambio. All Rights Reserved.