|
Jacson | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.spieleck.app.jacson.PluginBase
Abstract base class for easy creation of Plugin classes.
Constructor Summary | |
PluginBase()
|
Method Summary | |
protected JacsonReport |
getRegReport()
expose the registered Report |
protected JacsonState |
getRegState()
expose the registered State |
void |
registerReport(JacsonReport report)
|
void |
registerState(JacsonState state)
Give the class access to an appropriate state. |
void |
summary()
Do nothing default implementation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PluginBase()
Method Detail |
public void registerReport(JacsonReport report)
registerReport
in interface JacsonReporting
public void registerState(JacsonState state)
JacsonStately
registerState
in interface JacsonStately
protected JacsonReport getRegReport()
protected JacsonState getRegState()
public void summary()
summary
in interface JacsonReporting
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |