Uses of Interface
bookExamples.ch25Delegation.WaterInterface

Packages that use WaterInterface
bookExamples.ch25Delegation   
 

Uses of WaterInterface in bookExamples.ch25Delegation
 

Subinterfaces of WaterInterface in bookExamples.ch25Delegation
 interface PollutedWaterInterface
          DocJava, Inc.
 

Classes in bookExamples.ch25Delegation that implement WaterInterface
 class PollutedWaterImplementation
          DocJava, Inc.
 class Water
          DocJava, Inc.