Notification

Kind of class:class
Inherits from:none
Author:Arthur Clemens
Classpath:org.asapframework.events.notificationcenter.Notification
File last modified:Tuesday, 10 October 2006, 08:01:09
Data structure for NotificationCenter.

Summary


Constructor
  • Notification (inName:String, inObject:Object, inData:Object)
    • Creates a new Notification object.
Instance properties
Instance methods

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)

name

name:String
(read)

object

object:Object
(read)

Instance methods

toString

function toString (
) : String