net.israfil.foundation.notification
Class Notification

java.lang.Object
  extended by net.israfil.foundation.notification.Notification

public class Notification
extends java.lang.Object

An encapsulated notification, used within a NotificationCentre

Author:
Christian Edward Gruber

Field Summary
 java.util.Map info
           
 java.lang.String notification
           
 java.lang.Object sender
           
 
Constructor Summary
Notification(java.lang.Object sender, java.lang.String notification)
           
Notification(java.lang.Object sender, java.lang.String notification, java.util.Map info)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sender

public final java.lang.Object sender

notification

public final java.lang.String notification

info

public final java.util.Map info
Constructor Detail

Notification

public Notification(java.lang.Object sender,
                    java.lang.String notification)

Notification

public Notification(java.lang.Object sender,
                    java.lang.String notification,
                    java.util.Map info)


Copyright © 2003-2006. All Rights Reserved.