|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Consumer
Object Consumer interface.
A consumer is aVisitor that "consumes" a named object that has been added to the
ExecutionContext by a Producer of some sort.
Producer| Method Summary | |
|---|---|
boolean |
consumes(Object object)
Does this consumer consume the specified named object. |
| Method Detail |
|---|
boolean consumes(Object object)
Producer that is executing
on the same element. The consumer should only return false if it knows for
certain that it doesn't consumer the specified named object. If uncertain, it should
error on the side of saying that it does consume the object.
object - The product representation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||