jaugment2.mail
Class JavaMailSwingRepresentation.copyMenuItemActionListener

java.lang.Object
  |
  +--jaugment2.mail.JavaMailSwingRepresentation.copyMenuItemActionListener
Enclosing class:
JavaMailSwingRepresentation

private class JavaMailSwingRepresentation.copyMenuItemActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

action-listerner for the menu-items in "copy to folder"


Field Summary
(package private)  MailSender.FolderHandle f
           
 
Constructor Summary
JavaMailSwingRepresentation.copyMenuItemActionListener(MailSender.FolderHandle f)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

f

MailSender.FolderHandle f
Constructor Detail

JavaMailSwingRepresentation.copyMenuItemActionListener

public JavaMailSwingRepresentation.copyMenuItemActionListener(MailSender.FolderHandle f)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener