Uses of Class
workspace.NetworkEvent

Packages that use NetworkEvent
workspace   
 

Uses of NetworkEvent in workspace
 

Methods in workspace with parameters of type NetworkEvent
protected  boolean NetworkManager.eventReceived(NetworkEvent obj)
          Process objects as they are read.
 boolean NetworkManager.sendEvent(java.lang.Long host, NetworkEvent event)
          Send the event to the host.
 void NetworkManager.sendEvent(NetworkEvent event)
          Broadcast the event to all connected parties.
 void NetworkConnection.write(NetworkEvent event)
          Write to the output stream.
 

Constructor parameters in workspace with type arguments of type NetworkEvent
NetworkConnection(NetworkManager manager, java.lang.Long id, java.net.Socket s, java.util.Queue<NetworkEvent> q)