|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FishHatchery
Specifies the required functionality so that the menu can talk to some class, written by you, to create the different kinds of fish. Created: Sat Mar 02 14:50:10 2002
Method Summary | |
---|---|
void |
createChameleonFish()
Create a chameleon (color-changing) fish. |
void |
createDizzyFish()
Create a dizzy fish. |
void |
createDyingFish()
Create a dying fish. |
void |
createFish()
Create a regular fish that swims around the tank. |
void |
createFollowerFish()
Create a follower fish. |
void |
createLeaderFish()
Create a leader fish. |
void |
createRandomSwimFish()
Create a fish that swims randomly about the tank. |
void |
createSurpriseFish()
Create a surprise fish (for extra credit). |
Method Detail |
---|
void createFish()
void createChameleonFish()
void createDizzyFish()
void createDyingFish()
void createRandomSwimFish()
void createLeaderFish()
void createFollowerFish()
void createSurpriseFish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |