Package | org.ow2.kerneos.core.managers |
Class | public class NotificationsManager |
Inheritance | NotificationsManager ![]() |
Property | Defined By | ||
---|---|---|---|
desktop : DesktopView = null [static]
The desktop view on which operations are done. | NotificationsManager |
Method | Defined By | ||
---|---|---|---|
handleNotificationEvent(event:KerneosNotificationEvent):void [static]
Receive notification events from modules
| NotificationsManager | ||
init(desktop:DesktopView):void [static] | NotificationsManager |
desktop | property |
public static var desktop:DesktopView = null
The desktop view on which operations are done. Must be set before calling the static functions.
handleNotificationEvent | () | method |
public static function handleNotificationEvent(event:KerneosNotificationEvent):void
Receive notification events from modules
Parameters
event:KerneosNotificationEvent |
init | () | method |