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
-
NetworkEvent(Object, EventDestination, int)
-
-
equals(Object)
- Override this method to provide the type
of equality you want the simulator to
search for when using the removeEvent method
NetworkEvent
public NetworkEvent(Object f,
EventDestination t,
int ti)
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