Coverage Summary for Class: SocketClosedEvent (it.polimi.ingsw.Server.Messages.Events.Internal)
| Class | Class, % | Method, % | Line, % |
|---|---|---|---|
| SocketClosedEvent | 0% (0/1) | 0% (0/1) | 0% (0/1) |
1 package it.polimi.ingsw.Server.Messages.Events.Internal; 2 3 import it.polimi.ingsw.Server.Messages.Events.ClientEvent; 4 5 /** 6 * This Event is generated when a {@link it.polimi.ingsw.Network.SocketWrapper} gets closed. 7 * Receiving this method means the socket wrapper object is no longer functioning. 8 */ 9 public class SocketClosedEvent implements ClientEvent { 10 }