|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcn.plinguaplugin.simulator.SimulatorDisplayerReporter
abstract class SimulatorDisplayerReporter
An abstract class which is intended to be subclassed by those classes which need to report errors to a SimulatorDisplayer
class
Constructor Summary | |
---|---|
SimulatorDisplayerReporter(SimulatorDisplayer simulatorDisplayer)
Creates a new SimulatorDisplayerReporter instance |
Method Summary | |
---|---|
protected void |
clearCurrentProcess()
|
void |
executeAction()
Executes the specific action of the class which uses SimulatorDisplayer |
protected abstract void |
executeSpecificAction()
|
protected PsystemController |
getPlinguaController()
|
protected abstract java.lang.String |
getProcess()
|
protected SimulatorDisplayer |
getSimulatorDisplayer()
Returns the SimulatorDisplayer instance where all messages are reported to |
protected SimulatorSaver |
getSimulatorSaver()
|
protected void |
reportError(java.lang.String error,
java.lang.Exception exception)
|
protected void |
reportProcess(java.lang.String process)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimulatorDisplayerReporter(SimulatorDisplayer simulatorDisplayer)
SimulatorDisplayerReporter
instance
simulatorDisplayer
- Method Detail |
---|
protected SimulatorSaver getSimulatorSaver()
protected SimulatorDisplayer getSimulatorDisplayer()
SimulatorDisplayer
instance where all messages are reported to
SimulatorDisplayer
instance where all messages are reported toprotected void reportError(java.lang.String error, java.lang.Exception exception)
protected abstract void executeSpecificAction()
protected PsystemController getPlinguaController()
public void executeAction()
SimulatorDisplayer
protected abstract java.lang.String getProcess()
protected void reportProcess(java.lang.String process)
protected void clearCurrentProcess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |