public class DogProducer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NOISY_DOG_COLOR |
static String |
QUIET_DOG_COLOR |
| Constructor and Description |
|---|
DogProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
disposeNoisyDog(Dog dog) |
static boolean |
isNoisyDogDisposerCalled() |
static boolean |
isNoisyDogProducerCalled() |
Dog |
produceNoisyDog(DogBed dogBed) |
static void |
reset() |
public static final String QUIET_DOG_COLOR
public static final String NOISY_DOG_COLOR
Copyright © 2008-2013 Seam Framework. All Rights Reserved.