public class AConnection<T,D> extends Object implements IConnection<T,D>, IListener<INode<T,D>>
| Modifier and Type | Field and Description |
|---|---|
protected D |
descriptor
description or extension
|
protected INode<T,D> |
destination
content
|
| Constructor and Description |
|---|
AConnection(INode<T,D> destination,
D descriptor)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
D |
getDescriptor() |
INode<T,D> |
getDestination() |
void |
handleEvent(INode<T,D> event) |
protected D descriptor
public INode<T,D> getDestination()
getDestination in interface IConnection<T,D>public D getDescriptor()
getDescriptor in interface IConnection<T,D>Copyright © 2012–2018. All rights reserved.