Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

TagMobilityHandler Class Reference

#include <landmark.h>

Inheritance diagram for TagMobilityHandler:

Inheritance graph
[legend]
Collaboration diagram for TagMobilityHandler:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TagMobilityHandler (LandmarkAgent *a)
virtual void handle (Event *)

Private Attributes

LandmarkAgenta_

Constructor & Destructor Documentation

TagMobilityHandler::TagMobilityHandler LandmarkAgent a  )  [inline]
 

Definition at line 536 of file landmark.h.

References a_.

00536 { a_ = a; }


Member Function Documentation

virtual void TagMobilityHandler::handle Event  )  [inline, virtual]
 

Implements Handler.

Definition at line 537 of file landmark.h.

References a_, and LandmarkAgent::MoveTags().

00537 { a_->MoveTags(); }

Here is the call graph for this function:


Member Data Documentation

LandmarkAgent* TagMobilityHandler::a_ [private]
 

Definition at line 539 of file landmark.h.

Referenced by handle(), and TagMobilityHandler().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:27:02 2004 for NS2.26SourcesOriginal by doxygen 1.3.3