public interface EngineModule extends Manageable
| Modifier and Type | Method and Description |
|---|---|
SpongeEngine |
getEngine()
Returns the engine.
|
String |
getName()
Returns the name of this module.
|
void |
setEngine(SpongeEngine engine)
Sets the engine.
|
void |
setName(String name)
Sets the name.
|
isFailed, isNew, isRunning, isStarting, isStopping, isTerminated, shutdown, startupString getName()
void setName(String name)
name - the name.void setEngine(SpongeEngine engine)
engine - the engine.SpongeEngine getEngine()
Copyright © 2016–2018 Softelnet. All rights reserved.