[Laszlo-checkins] r10613 - openlaszlo/trunk/WEB-INF/lps/lfc/services
bargull@openlaszlo.org
bargull at openlaszlo.org
Wed Aug 6 09:51:25 PDT 2008
Author: bargull
Date: 2008-08-06 09:51:22 -0700 (Wed, 06 Aug 2008)
New Revision: 10613
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs
openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs
openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs
Log:
Change 20080806-bargull-dLt by bargull at dell--p4--2-53 on 2008-08-06 02:03:58
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: use LzEventable for service-classes
New Features:
Bugs Fixed: LPP-6772 (partial)
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
These classes are not part of the node-system, so they don't need to be LzNodes, LzEventable is sufficient.
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs 2008-08-06 16:49:48 UTC (rev 10612)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzHistory.lzs 2008-08-06 16:51:22 UTC (rev 10613)
@@ -26,7 +26,7 @@
* @shortdesc Manages interaction with the browser history and back button.
*/
-public class LzHistoryService extends LzNode {
+public class LzHistoryService extends LzEventable {
/**
* true if history system is ready to receive events (for 3.x compatibility). Use the lz.History.onready event instead.
* @keywords deprecated
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs 2008-08-06 16:49:48 UTC (rev 10612)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzKeys.lzs 2008-08-06 16:51:22 UTC (rev 10613)
@@ -37,7 +37,7 @@
*
* @shortdesc Keyboard input service.
*/
-public class LzKeysService extends LzNode {
+public class LzKeysService extends LzEventable {
/** @access private */
function LzKeysService() {
super();
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs 2008-08-06 16:49:48 UTC (rev 10612)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzModeManager.lzs 2008-08-06 16:51:22 UTC (rev 10613)
@@ -50,7 +50,7 @@
* @devnote Manages the modal states of views and also notifies views ( that have
* registered with it ) when their focus has changed.
*/
-public class LzModeManagerService extends LzNode {
+public class LzModeManagerService extends LzEventable {
/** Sent when the mode changes.
* @lzxtype event
* @access public
More information about the Laszlo-checkins
mailing list