|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AppInterface
Interface for Application entities.
| Nested Class Summary | |
|---|---|
static interface |
AppInterface.TcpApp
Application that supports TCP sockets. |
static interface |
AppInterface.ThreadedApp
Application that supports threading. |
static interface |
AppInterface.UdpApp
Application that supports UDP sockets. |
| Method Summary | |
|---|---|
void |
run()
Run application. |
void |
run(java.lang.String[] args)
Run application. |
| Method Detail |
|---|
void run()
void run(java.lang.String[] args)
args - command-line parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||