|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITraitVisitor
Visitor interface for Traits
NOT to implemented by clients directly. Clients should subclass AbstractTraitVisitor instead.
Provisional API - subject to change
Method Summary | |
---|---|
void |
visit(Trait trait)
Visit the Trait. |
void |
visitCompleted(Trait trait)
Signal that the the trait has been completely visited |
Methods inherited from interface org.eclipse.jst.jsf.common.metadata.query.IMetaDataVisitor |
---|
stopVisiting |
Method Detail |
---|
void visit(Trait trait)
trait
- - must not be nullvoid visitCompleted(Trait trait)
trait
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |