bookExamples.ch25Delegation
Class PollutedWaterImplementation

java.lang.Object
  extended by bookExamples.ch25Delegation.PollutedWaterImplementation
All Implemented Interfaces:
PollutedWaterInterface, PollutionInterface, WaterInterface

public class PollutedWaterImplementation
extends java.lang.Object
implements PollutedWaterInterface

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


Method Summary
 boolean isDirty()
           
 boolean isWet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isDirty

public boolean isDirty()
Specified by:
isDirty in interface PollutionInterface
Specified by:
isDirty in interface WaterInterface

isWet

public boolean isWet()
Specified by:
isWet in interface PollutionInterface
Specified by:
isWet in interface WaterInterface