|
Crossfire JXClient, Trunk
|
Collaboration diagram for SimplestUsage:Classes | |
| interface | Animal |
| class | Dog |
| class | Mosquito |
Static Public Member Functions | |
| static void | main (String[] args) |
The sample illustrates the simplest use case of the default methods.
Definition at line 35 of file SimplestUsage.java.
|
static |
Illustrate behavior of the classes: Dog and Mosquito
| args | command-line arguments |
Definition at line 84 of file SimplestUsage.java.