org.jwaf.notify
Class InboxNotification

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

public class InboxNotification
extends Notification

This notification goes to the user's inbox


Constructor Summary
InboxNotification()
           
 
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

InboxNotification

public InboxNotification()