Event class for link creation events. More...
#include <BundleEvent.h>
Public Member Functions | |
LinkCreatedEvent (const LinkRef &link, reason_t reason=ContactEvent::USER) | |
Public Attributes | |
LinkRef | link_ |
The link that was created. |
Event class for link creation events.
Definition at line 596 of file BundleEvent.h.
dtn::LinkCreatedEvent::LinkCreatedEvent | ( | const LinkRef & | link, | |
reason_t | reason = ContactEvent::USER | |||
) | [inline] |
Definition at line 598 of file BundleEvent.h.
The link that was created.
Definition at line 603 of file BundleEvent.h.