bookExamples.ch25Delegation
Class Pollution

java.lang.Object
  extended by bookExamples.ch25Delegation.Pollution
All Implemented Interfaces:
PollutionInterface

public class Pollution
extends java.lang.Object
implements PollutionInterface

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


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

Constructor Detail

Pollution

public Pollution()
Method Detail

isDirty

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

isWet

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