Packageorg.servebox.foundry.observation
Classpublic class Notification
SubclassesSimpleNotification, TranslationSchemaChangedNotification

A notification used to notify observers.



Public Properties
 PropertyDefined by
  data : Object
Notification
  type : String
Notification
Public Methods
 MethodDefined by
  
Notification(type:String, data:Object)
Creates a new Notification object.
Notification
Property detail
dataproperty
public var data:Object
typeproperty 
public var type:String
Constructor detail
Notification()constructor
public function Notification(type:String, data:Object)

Creates a new Notification object.

Parameters
type:String
 
data:Object