Class PopupResultHandler

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, ResultHandler

public class PopupResultHandler extends JFrame implements ResultHandler
ResultHandler which pops up a window displaying progress and success of a message sent to one or many recipients.
Since:
12 Nov 2008
Author:
Mark Taylor
See Also:
  • Constructor Details

    • PopupResultHandler

      public PopupResultHandler(Component parent, String title, Message msg, Client[] recipients, int closeDelay)
      Constructor.
      Parameters:
      parent - parent component, used for window placement; may be null
      title - window title
      msg - message which was sent
      recipients - clients from which responses are expected
      closeDelay - number of seconds after final response received that window closes automatically; if <0, no auto close
  • Method Details