|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.tutorial2.Application
The tutorial application.
Constructor Summary | |
Application()
Application constructor comment. |
Method Summary | |
void |
displayUseCases()
Disply available use cases. |
static void |
main(java.lang.String[] args)
Insert the method's description here. |
void |
run()
the applications main loop. |
UseCase |
selectUseCase()
select a use case. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Application()
Method Detail |
public void displayUseCases()
public static void main(java.lang.String[] args)
args
- java.lang.String[]public void run()
public UseCase selectUseCase()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |