5758596061626364
* @param screen * The main screen for the application */ public AttachmentAction(final AttachmentDemoScreen screen) { _screen = screen; _downloadManager = new AttachmentDownloadManager(); _messageVector = new Vector(); }