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
Modifier and TypeMethodDescriptionvoid
Visitor method for a Target type object.void
visit
(Coordinator impl) Visitor method for a Coordinator type object.
-
Method Details
-
visit
Visitor method for a Target type object.- Parameters:
impl
- a Target type object
-
visit
Visitor method for a Coordinator type object.- Parameters:
impl
- a Coordinator type object
-