Interface SourceVisitor
-
- All Known Implementing Classes:
SourceVisitorAdapter
public interface SourceVisitor
The Source visitor.- Version:
- AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(Source impl)
Visitor method for a Source type object.
-
-
-
Method Detail
-
visit
void visit(Source impl)
Visitor method for a Source type object.- Parameters:
impl
- a Source type object
-
-