Class BlockingEventManager
java.lang.Object
net.storm.sdk.script.blocking_events.BlockingEventManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(BlockingEvent event) voidaddLoginResponseHandler(LoginEvent.Response response, Function<LoginEvent.Response, Integer> handler) booleanremove(Class<? extends BlockingEvent> clazz) void
-
Constructor Details
-
BlockingEventManager
public BlockingEventManager()
-
-
Method Details
-
addLoginResponseHandler
public void addLoginResponseHandler(LoginEvent.Response response, Function<LoginEvent.Response, Integer> handler) -
removeLoginResponseHandler
-
getLoginEvent
-
remove
-
add
-