Class NetworkEvent

java.lang.Object
   |
   +----SimEvent
           |
           +----NetworkEvent

public class NetworkEvent
extends SimEvent
Defines events that are to be sent to the network

See Also:
Network

Constructor Index

 o NetworkEvent(Object, EventDestination, int)

Method Index

 o equals(Object)
Override this method to provide the type of equality you want the simulator to search for when using the removeEvent method

Constructors

 o NetworkEvent
 public NetworkEvent(Object f,
                     EventDestination t,
                     int ti)

Methods

 o equals
 public boolean equals(Object o)
Override this method to provide the type of equality you want the simulator to search for when using the removeEvent method

Overrides:
equals in class SimEvent