Class WelcomeScreenEvent
- java.lang.Object
-
- net.storm.sdk.script.blocking_events.BlockingEvent
-
- net.storm.sdk.script.blocking_events.WelcomeScreenEvent
-
public class WelcomeScreenEvent extends BlockingEvent
-
-
Constructor Summary
Constructors Constructor Description WelcomeScreenEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IWidget
getPlayButton()
static boolean
isWelcomeScreenOpen()
int
loop()
boolean
validate()
-
-
-
Method Detail
-
getPlayButton
public static IWidget getPlayButton()
-
isWelcomeScreenOpen
public static boolean isWelcomeScreenOpen()
-
validate
public boolean validate()
- Specified by:
validate
in classBlockingEvent
-
loop
public int loop()
- Specified by:
loop
in classBlockingEvent
-
-