com.perisic.shadow.example.lib
Class NiceChild

java.lang.Object
  extended by com.perisic.shadow.Shadowable
      extended by com.perisic.shadow.example.lib.NiceFellow
          extended by com.perisic.shadow.example.lib.NiceChild

public class NiceChild
extends NiceFellow

An example child class of the NiceFellow class.


Constructor Summary
NiceChild(java.lang.String name)
          A nice child constructed with "Name" initializes a NiceFellow object with "Child Name".
 
Method Summary
 
Methods inherited from class com.perisic.shadow.example.lib.NiceFellow
getHappyness, getName, printMood, setHappyness, smile, tellJokeTo
 
Methods inherited from class com.perisic.shadow.Shadowable
addShadow, addShadow, allShadowedClasses, call, getClassShadows, getShadows, removeShadow, removeShadow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiceChild

public NiceChild(java.lang.String name)
A nice child constructed with "Name" initializes a NiceFellow object with "Child Name".