Class CloseNotifier

  • All Implemented Interfaces:
    javax.xml.transform.Result, Receiver

    public class CloseNotifier
    extends ProxyReceiver
    A receiver that performs specified actions when closed
    • Constructor Detail

      • CloseNotifier

        public CloseNotifier​(Receiver next,
                             java.util.List<Action> actionList)