PopConnectionLostEvent constructor

PopConnectionLostEvent(
  1. PopClient popClient
)

Creates a connection lost event

Implementation

PopConnectionLostEvent(PopClient popClient)
    : super(popClient, PopEventType.connectionLost);