Simon Hunt
Committed by Gerrit Code Review

Minor renaming of identities in topo overlay archetype.

Change-Id: If502618f0ca55d2124f6735e5d1f0adad1372b5a
...@@ -49,9 +49,9 @@ import java.util.TimerTask; ...@@ -49,9 +49,9 @@ import java.util.TimerTask;
49 */ 49 */
50 public class AppUiTopovMessageHandler extends UiMessageHandler { 50 public class AppUiTopovMessageHandler extends UiMessageHandler {
51 51
52 - private static final String SAMPLE_DISPLAY_START = "sampleDisplayStart"; 52 + private static final String SAMPLE_TOPOV_DISPLAY_START = "sampleTopovDisplayStart";
53 - private static final String SAMPLE_DISPLAY_UPDATE = "sampleDisplayUpdate"; 53 + private static final String SAMPLE_TOPOV_DISPLAY_UPDATE = "sampleTopovDisplayUpdate";
54 - private static final String SAMPLE_DISPLAY_STOP = "sampleDisplayStop"; 54 + private static final String SAMPLE_TOPOV_DISPLAY_STOP = "sampleTopovDisplayStop";
55 55
56 private static final String ID = "id"; 56 private static final String ID = "id";
57 private static final String MODE = "mode"; 57 private static final String MODE = "mode";
......
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
26 var $log, fs, flash, wss; 26 var $log, fs, flash, wss;
27 27
28 // constants 28 // constants
29 - var displayStart = 'sampleDisplayStart', 29 + var displayStart = 'sampleTopovDisplayStart',
30 - displayUpdate = 'sampleDisplayUpdate', 30 + displayUpdate = 'sampleTopovDisplayUpdate',
31 - displayStop = 'sampleDisplayStop'; 31 + displayStop = 'sampleTopovDisplayStop';
32 32
33 // internal state 33 // internal state
34 var currentMode = null; 34 var currentMode = null;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 13
14 // our overlay definition 14 // our overlay definition
15 var overlay = { 15 var overlay = {
16 - // NOTE: this must match the ID defined in AppUiTopoOverlay 16 + // NOTE: this must match the ID defined in AppUiTopovOverlay
17 overlayId: 'meowster-overlay', 17 overlayId: 'meowster-overlay',
18 glyphId: '*star4', 18 glyphId: '*star4',
19 tooltip: 'Sample Meowster Topo Overlay', 19 tooltip: 'Sample Meowster Topo Overlay',
......