- package com.shkpr.service.alambizplugin.constants;
- public class MsgNotifyDefine {
- public interface Topic{
- String GIS_FEATURE = "gisFeature";
- String GIS_LAYER = "gisLayer";
- String GIS_WS = "gisWS";
- }
- public interface Tag{
- String LABEL = "label";
- String QCODE = "qcode";
- String CHANGE = "change";
- String RELOAD = "reload";
- String ANALYZE = "analyze";
- }
- }
|