public class Dog extends java.lang.Object implements DogInterface
| Constructor and Description |
|---|
Dog() |
| Modifier and Type | Method and Description |
|---|---|
void |
bark() |
void |
methodToBeDecorated() |
public void bark()
bark in interface DogInterfacepublic void methodToBeDecorated()
Copyright © 2014. All Rights Reserved.