Package | Description |
---|---|
io.github.arrayv.groovyapi |
This package defines the Groovy API.
|
Modifier and Type | Method and Description |
---|---|
static ArrayVEventHandler |
GroovyLocals.registerEventHandler(ArrayVEventHandler.EventType eventType,
Runnable cb)
Registers an event handler and returns the handler object.
|
Modifier and Type | Method and Description |
---|---|
Set<ArrayVEventHandler> |
ScriptManager.getEventHandlers(ArrayVEventHandler.EventType eventType)
Get the event handlers for the specified event type
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptManager.registerEventHandlers(ArrayVEventHandler... handlers)
Register event handlers.
|
void |
ScriptManager.unregisterEventHandlers(ArrayVEventHandler... handlers)
Unegister event handlers.
|
Copyright © 2024. All rights reserved.