org.jwaf.notify
Class EmailNotification

java.lang.Object
  |
  +--org.jwaf.notify.Notification
        |
        +--org.jwaf.notify.EmailNotification

public class EmailNotification
extends Notification

This is an email notification


Constructor Summary
EmailNotification()
           
 
Method Summary
 void EmailNotification(Notification baseNotification)
           
 
Methods inherited from class org.jwaf.notify.Notification
sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailNotification

public EmailNotification()
Method Detail

EmailNotification

public void EmailNotification(Notification baseNotification)