org.yasl.arch.splash
Class YASLAppLoadingEvent

java.lang.Object
  extended byorg.yasl.arch.splash.YASLAppLoadingEvent

public class YASLAppLoadingEvent
extends Object

Version:
1.0
Author:
Jeff Chapman

Field Summary
static int ID_MESSAGE_PROGRESS_UPDATE
           
static int ID_MESSAGE_UPDATE
           
static int ID_PROGRESS_UPDATE
           
 
Constructor Summary
YASLAppLoadingEvent(int progress)
           
YASLAppLoadingEvent(int progress, String message)
           
YASLAppLoadingEvent(String message)
           
 
Method Summary
 int getId()
           
 String getMessage()
           
 int getProgress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_PROGRESS_UPDATE

public static final int ID_PROGRESS_UPDATE
See Also:
Constant Field Values

ID_MESSAGE_UPDATE

public static final int ID_MESSAGE_UPDATE
See Also:
Constant Field Values

ID_MESSAGE_PROGRESS_UPDATE

public static final int ID_MESSAGE_PROGRESS_UPDATE
See Also:
Constant Field Values
Constructor Detail

YASLAppLoadingEvent

public YASLAppLoadingEvent(int progress)

YASLAppLoadingEvent

public YASLAppLoadingEvent(String message)

YASLAppLoadingEvent

public YASLAppLoadingEvent(int progress,
                           String message)
Method Detail

getId

public int getId()

getProgress

public int getProgress()

getMessage

public String getMessage()