Examples of SeriesVisibilityChangeMessage


Examples of org.aavso.tools.vstar.ui.mediator.message.SeriesVisibilityChangeMessage

      // Update the map and views.
      this.seriesVisibilityMap.put(seriesType, visibility);
      this.fireDatasetChanged();

      // Generate a series visibility message.
      SeriesVisibilityChangeMessage message = new SeriesVisibilityChangeMessage(
          this, getVisibleSeries());
      Mediator.getInstance().getSeriesVisibilityChangeNotifier()
          .notifyListeners(message);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.