Notification
Kind of class: | public class |
---|---|
Package: | |
Inherits from: |
|
Classpath: | org.asaplibrary.util.notificationcenter.Notification |
File last modified: | Wednesday, 11 May 2011, 18:58:53 |
Summary
Constructor
-
Notification
(inName:String, inObject:Object, inData:Object)
- Creates a new Notification object.
Instance methods
- toString () : String
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