Package org.aavso.tools.vstar.ui.mediator.message

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

Related Classes of org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage

Copyright © 2018 www.massapicom. 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.