Crossfire JXClient, Trunk
Public Member Functions | List of all members
SimplestUsage.Animal Interface Reference
Inheritance diagram for SimplestUsage.Animal:
Inheritance graph
Collaboration diagram for SimplestUsage.Animal:
Collaboration graph

Public Member Functions

default String eat ()
 

Detailed Description

The Animal interface provides the default implementation of the eat method.

Definition at line 41 of file SimplestUsage.java.

Member Function Documentation

◆ eat()

default String SimplestUsage.Animal.eat ( )

Return string representation of the eat action for Animal

Returns
string representation of the eat action for Animal

Implemented in SimplestUsage.Mosquito.

Definition at line 48 of file SimplestUsage.java.


The documentation for this interface was generated from the following file: