|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEntityVisitor
Visitor interface for Entities
NOT to implemented by clients directly. Clients should subclass AbstractEntityVisitor instead.
Provisional API - subject to change
Method Summary | |
---|---|
void |
visit(Entity entity)
Visit the entity. |
void |
visitCompleted(Entity entity)
Signal that the entity and all it's children is now completely 'visited'. |
Methods inherited from interface org.eclipse.jst.jsf.common.metadata.query.IMetaDataVisitor |
---|
stopVisiting |
Method Detail |
---|
void visit(Entity entity)
entity
- - must not be NULLvoid visitCompleted(Entity entity)
entity
- - must not be NULL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |