public abstract class TermLifeCycle extends Object
Modifier and Type | Field and Description |
---|---|
private PluginContext |
context
.
|
Modifier | Constructor and Description |
---|---|
protected |
TermLifeCycle(PluginContext context) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected abstract void |
doDestroy() |
protected abstract void |
doInit() |
PluginContext |
getContext() |
TermIOHandler |
getHandler() |
void |
init() |
private final PluginContext context
protected TermLifeCycle(PluginContext context)
public final void init()
public final void destroy()
public final TermIOHandler getHandler()
public final PluginContext getContext()
protected abstract void doDestroy()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.