Interface TargetVisitor
-
- All Known Implementing Classes:
TargetVisitorAdapter
public interface TargetVisitor
The Target 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(Target impl)
Visitor method for a Target type object.void
visit(Coordinator impl)
Visitor method for a Coordinator type object.
-
-
-
Method Detail
-
visit
void visit(Target impl)
Visitor method for a Target type object.- Parameters:
impl
- a Target type object
-
visit
void visit(Coordinator impl)
Visitor method for a Coordinator type object.- Parameters:
impl
- a Coordinator type object
-
-