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

Public Member Functions

default String eat ()
 
String go ()
 
default String sleep ()
 

Detailed Description

Base interface to illustrate the new reflection API.

See also
Dog

Definition at line 51 of file Reflection.java.

Member Function Documentation

◆ eat()

default String Reflection.Animal.eat ( )

Return string representation of the eat action for Animal

Returns
string representation of the eat action for Animal

Definition at line 58 of file Reflection.java.

◆ go()

String Reflection.Animal.go ( )

Return string representation of the go action for Animal

Returns
string representation of the go action for Animal

Implemented in Reflection.Dog.

◆ sleep()

default String Reflection.Animal.sleep ( )

Return string representation of the sleep action for Animal

Returns
string representation of the sleep action for Animal

Implemented in Reflection.Dog.

Definition at line 68 of file Reflection.java.


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