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