NotificationObserverData
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Author: | Arthur Clemens |
| Classpath: | org.asapframework.events.notificationcenter.NotificationObserverData |
| File last modified: | Monday, 09 October 2006, 23:34:26 |
Data structure for NotificationCenter.
Summary
Constructor
Instance methods
Constructor
NotificationObserverData
function NotificationObserverData (
inObserver:Object,
inMethod:String,
inNote:String,
inObject:Object)
Instance properties
method
method:String
(read,write)
note
note:String
(read,write)
object
object:Object
(read,write)
observer
observer:Object
(read,write)
Instance methods
isEqualToParams
function isEqualToParams (
inObserver:Object,
inMethod:String,
inNote:String,
inObject:Object) : Boolean
Tests if the variables of the current NotificationObserverData object is equal to the passed parameters.
toString
function toString (
) : String