bookExamples.ch25Delegation
Class Water

java.lang.Object
  extended by bookExamples.ch25Delegation.Water
All Implemented Interfaces:
WaterInterface

public class Water
extends java.lang.Object
implements WaterInterface

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


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

Constructor Detail

Water

public Water()
Method Detail

isDirty

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

isWet

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