Uses of Class
input.DTN2Events

Packages that use DTN2Events
core Contains core classes and interfaces of the simulator. 
input Provides interfaces and classes for reading input data from external sources. 
 

Uses of DTN2Events in core
 

Methods in core that return DTN2Events
static DTN2Events DTN2Manager.getEvents()
          Returns the DTN2Events object.
 

Methods in core with parameters of type DTN2Events
static void DTN2Manager.setEvents(DTN2Events events)
          Sets the DTN2Events object.
 

Uses of DTN2Events in input
 

Constructors in input with parameters of type DTN2Events
DTN2Events.ParserHandler(int hostID, DTN2Events eventsHandler, java.lang.String consoleHost, int consolePort)
          Creates a new parser handler.