gov.sns.xal.slg
Interface VisitorListener
- All Known Implementing Classes:
- Element
- public interface VisitorListener
Objects implementing VisitorListener can be called to accept a Visitor.
|
Method Summary |
void |
accept(Visitor v)
When called with a Visitor reference the implementor can either
reject to be visited (empty method body) or call the Visitor by
passing its own object reference. |
accept
public void accept(Visitor v)
- When called with a Visitor reference the implementor can either
reject to be visited (empty method body) or call the Visitor by
passing its own object reference.