Class CommTaskEvent

java.lang.Object
   |
   +----SimEvent
           |
           +----TaskEvent
                   |
                   +----InternalTaskEvent
                           |
                           +----CommTaskEvent

public class CommTaskEvent
extends InternalTaskEvent
A communication task event.

See Also:
Task

Constructor Index

 o CommTaskEvent(Task, float)
Constructs a communication task event.

Method Index

 o toString()
Returns a string representation of this object.

Constructors

 o CommTaskEvent
 public CommTaskEvent(Task task,
                      float time)
Constructs a communication task event.

Parameters:
task - responsible task.
time - time stamp.

Methods

 o toString
 public String toString()
Returns a string representation of this object.

Returns:
a string representation of this object.
Overrides:
toString in class SimEvent