package YAMI.Core.Closed_Connection_Handlers

Public [types] [subprograms]

Types

Handler

   type Handler is limited interface;
   type Handler_Access is access all Handler'Class;

Callback interface for notifying about closed incoming connections.


Subprograms

Closed_Connection

   procedure Closed_Connection (H : in out Handler;
                                Source : in String)
      is abstract;

Updates the progress information.