bookExamples.ch25Delegation
Interface WaterInterface

All Known Subinterfaces:
PollutedWaterInterface
All Known Implementing Classes:
PollutedWaterImplementation, Water

public interface WaterInterface

DocJava, Inc. http://www.docjava.com Programmer: dlyon Date: Oct 13, 2004 Time: 7:42:03 PM


Method Summary
 boolean isDirty()
           
 boolean isWet()
           
 

Method Detail

isWet

boolean isWet()

isDirty

boolean isDirty()