- java.lang.Object
-
- org.ferris.resiste.console.main.StartupEvent
-
@Vetoed public class StartupEvent extends java.lang.Object
- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description static int
EXCEPTION
static int
SPASH_SCREEN
-
Constructor Summary
Constructors Constructor Description StartupEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
EXCEPTION
public static final int EXCEPTION
- See Also:
- Constant Field Values
-
SPASH_SCREEN
public static final int SPASH_SCREEN
- See Also:
- Constant Field Values
-
-