package chat; public class ConnectNotification extends Notification { ConnectNotification (User in_author) { super(in_author); } }