|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.telnet.term.TermLifeCycle
public abstract class TermLifeCycle
Field Summary | |
---|---|
private PluginContext |
context . |
Constructor Summary | |
---|---|
protected |
TermLifeCycle(PluginContext context) |
Method Summary | |
---|---|
void |
destroy() |
protected abstract void |
doDestroy() |
protected abstract void |
doInit() |
PluginContext |
getContext() |
TermIOHandler |
getHandler() |
void |
init() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final PluginContext context
Constructor Detail |
---|
protected TermLifeCycle(PluginContext context)
Method Detail |
---|
public final void init()
public final void destroy()
public final TermIOHandler getHandler()
public final PluginContext getContext()
protected abstract void doInit() throws Exception
Exception
protected abstract void doDestroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |