Packageorg.ow2.kerneos.core.managers
Classpublic class NotificationsManager
InheritanceNotificationsManager Inheritance Object

Manages the notifications sent from modules to Kerneos.



Public Properties
 PropertyDefined By
  desktop : DesktopView = null
[static] The desktop view on which operations are done.
NotificationsManager
Public Methods
 MethodDefined By
  
handleNotificationEvent(event:KerneosNotificationEvent):void
[static] Receive notification events from modules
NotificationsManager
  
init(desktop:DesktopView):void
[static]
NotificationsManager
Property Detail
desktopproperty
public static var desktop:DesktopView = null

The desktop view on which operations are done. Must be set before calling the static functions.

Method Detail
handleNotificationEvent()method
public static function handleNotificationEvent(event:KerneosNotificationEvent):void

Receive notification events from modules

Parameters

event:KerneosNotificationEvent

init()method 
public static function init(desktop:DesktopView):void

Parameters

desktop:DesktopView