Notification
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Author: | Arthur Clemens |
| Classpath: | org.asapframework.events.notificationcenter.Notification |
| File last modified: | Monday, 09 October 2006, 23:39:47 |
Data structure for NotificationCenter.
Summary
Constructor
Notification
function Notification (
inName:String,
inObject:Object,
inData:Object)
Creates a new Notification object.
Parameters:
inName :
the name of the notification
inObject:
the notification object
inData :
the notification data
Instance properties
data
data:Object
(read,write)
name
name:String
(read,write)
object
object:Object
(read,write)
Instance methods
toString
function toString (
) : String