| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
List<OnStartupListener> |
SpongeEngine.getOnStartupListeners()
Returns all OnStartup listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpongeEngine.addOnStartupListener(OnStartupListener onStartupListener)
Adds the OnStartup listener.
|
boolean |
SpongeEngine.removeOnStartupListener(OnStartupListener onStartupListener)
Removes the OnStartup listener.
|
Copyright © 2016–2021 Softelnet. All rights reserved.