MsgNotifyDefine.java 434 B

12345678910111213141516
  1. package com.shkpr.service.alambizplugin.constants;
  2. public class MsgNotifyDefine {
  3. public interface Topic{
  4. String GIS_FEATURE = "gisFeature";
  5. String GIS_LAYER = "gisLayer";
  6. String GIS_WS = "gisWS";
  7. }
  8. public interface Tag{
  9. String LABEL = "label";
  10. String QCODE = "qcode";
  11. String CHANGE = "change";
  12. String RELOAD = "reload";
  13. String ANALYZE = "analyze";
  14. }
  15. }