Examples of PhaseSelectionMessage


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

      public void actionPerformed(ActionEvent e) {
        int selectedModelIndex = phaseList.getSelectedIndex();
        String desc = (String) phaseListModel.get(selectedModelIndex);
        PhaseChangeMessage changeMsg = phaseMap.get(desc);

        PhaseSelectionMessage selectionMsg = new PhaseSelectionMessage(
            me, changeMsg.getPeriod(), changeMsg.getEpoch(),
            changeMsg.getSeriesVisibilityMap());

        Mediator.getInstance().getPhaseSelectionNotifier()
            .notifyListeners(selectionMsg);
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.