|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ohrasys.app.AbstractApp
public class AbstractApp
An abstract MVC based application framework. A Controller which is responsible for application control between a model and multiple views is instantiated within the application. This controller also is responsible for the overhead of command line argument parsing and dispatching of application events.
Field Summary | |
---|---|
protected AbstractAppController |
controller
The controller object for this application |
Constructor Summary | |
---|---|
AbstractApp(AbstractAppController controller)
Creates a new AbstractApp object. |
Method Summary | |
---|---|
void |
run()
Starts the controller running. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected AbstractAppController controller
Constructor Detail |
---|
public AbstractApp(AbstractAppController controller) throws AppException
controller
- The controller for this application
AppException
- If an error in application processing occurs.Method Detail |
---|
public void run()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |