Package de.fu_berlin.inf.dpp.project.internal

Examples of de.fu_berlin.inf.dpp.project.internal.SarosSession.stop()


            this.transmitter.sendLeaveMessage(sarosSession);
            log.debug("Leave message sent."); //$NON-NLS-1$
            if (!sarosSession.isStopped()) {
                try {
                    sarosSession.stop();
                } catch (RuntimeException e) {
                    log.error("Error stopping project: ", e); //$NON-NLS-1$
                }
            }
            sarosSession.dispose();
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.