package jerklib.events; /** * The event fired when a connection to a server is lost (disconnected). * * @author mohadib * */ public interface ConnectionLostEvent extends IRCEvent { }