| Package | Description |
|---|---|
| io.cloudslang.score.events | |
| io.cloudslang.score.lang |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBus.dispatch(ScoreEvent... eventWrappers)
dispatch the given events, meaning relevant handlers will be called based on the event types
|
void |
EventBusImpl.dispatch(ScoreEvent... events) |
void |
ScoreEventListener.onEvent(ScoreEvent event)
handler of score event, this method will be called on score event
|
| Modifier and Type | Method and Description |
|---|---|
ArrayDeque<ScoreEvent> |
ExecutionRuntimeServices.getEvents() |
Copyright © 2020. All rights reserved.