public final class EngineConfig extends Object implements LifecycleListener
| Constructor and Description |
|---|
EngineConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDebug()
Return the debugging detail level for this component.
|
void |
lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine.
|
void |
setDebug(int debug)
Set the debugging detail level for this component.
|
public int getDebug()
public void setDebug(int debug)
debug - The new debugging detail levelpublic void lifecycleEvent(LifecycleEvent event)
lifecycleEvent in interface LifecycleListenerevent - The lifecycle event that has occurredCopyright © 2017. All rights reserved.