| Package | Description |
|---|---|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.odselement |
| Modifier and Type | Method and Description |
|---|---|
static ScriptEvent |
ScriptEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptEvent[] |
ScriptEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptEventListenerBuilder |
ScriptEventListener.builder(ScriptEvent event,
String functionName) |
static ScriptEventListener |
ScriptEventListener.create(ScriptEvent event,
String functionName) |
| Constructor and Description |
|---|
ScriptEventListener(String genericLanguage,
ScriptEvent event,
String functionName,
String language) |
ScriptEventListenerBuilder(ScriptEvent event,
String function) |
Copyright © 2016–2021. All rights reserved.