|
Crossfire JXClient, Trunk
|
Inheritance diagram for SimplestUsage.Animal:
Collaboration diagram for SimplestUsage.Animal:Public Member Functions | |
| default String | eat () |
The Animal interface provides the default implementation of the eat method.
Definition at line 41 of file SimplestUsage.java.
| default String SimplestUsage.Animal.eat | ( | ) |
Return string representation of the eat action for Animal
Implemented in SimplestUsage.Mosquito.
Definition at line 48 of file SimplestUsage.java.